#7FE1B9

Color #7FE1B9 Bermuda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda #7FE1B9

Tints of Bermuda #7FE1B9

Color information

#7FE1B9 (or 0x7FE1B9) is unknown color: approx Bermuda. HEX triplet: 7F, E1 and B9. RGB value is (127,225,185). Sum of RGB (Red+Green+Blue) = 127+225+185=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 185 (72.66% from 255 or 34.45% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #7FE1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FE1B9 is #801E46. Grayscale: #BFBFBF. Windows color (decimal): -8396359 or 12181887. OLE color: 12181887.

HSL color Cylindrical-coordinate representation of color #7FE1B9: hue angle of 155.51º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FE1B9 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.

Color convert

RGB127225185-
CMYK0.4400.180.12
HSL155.51º62.03%69.02%-
HSV(B)155.51º43.56%88.24%-
XYZ44.4361.8755.5-
YUV191.14124.5382.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 23.65%
GREEN value IS 225 (88.28% from 255) = 41.90%
BLUE value IS 185 (72.66% from 255) = 34.45%
R=23.65%
G=41.90%
B=34.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1272251850.4400.180.12155.5162.0369.02
Hex7FE1B92C012C9c3e45
Octal177341271540221423476105
Binary111111111100001101110011011000100101100100111001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FE1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FE1B9; }

 p { color: rgb(127,225,185); }

 H1.HeaderClassName
 {
   color: #7FE1B9;
 }
 .AnyTagClassName
 {
   color: #7FE1B9;
 }
</style>
background-color css

<style>
 a { background-color: #7FE1B9; }

 a { background-color: rgb(127,225,185); }

 div.DivClassName
 {
   background-color: #7FE1B9;
 }
 .BgClassName
 {
   background-color: #7FE1B9;
 }
</style>
border-color css

<style>
 span { border-color: #7FE1B9; }

 span { border-color: rgb(127,225,185); }

 td.TdClassName
 {
   border-color: #7FE1B9;
 }
 .TagClassName
 {
   border-color: #7FE1B9;
 }
</style>