#CFEA90

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

Shades of Reef #CFEA90

Tints of Reef #CFEA90

Color information

#CFEA90 (or 0xCFEA90) is unknown color: approx Reef. HEX triplet: CF, EA and 90. RGB value is (207,234,144). Sum of RGB (Red+Green+Blue) = 207+234+144=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA90 is #30156F. Grayscale: #D8D8D8. Windows color (decimal): -3151216 or 9497295. OLE color: 9497295.

HSL color Cylindrical-coordinate representation of color #CFEA90: hue angle of 78º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFEA90 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB207234144-
CMYK0.1200.380.08
HSL78º68.18%74.12%-
HSV(B)78º38.46%91.76%-
XYZ60.1974.1237.52-
YUV215.6787.55121.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 144 (56.64% from 255) = 24.62%
R=35.38%
G=40%
B=24.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341440.1200.380.087868.1874.12
HexCFEA90C02684e444a
Octal3173522201404610116104112
Binary110011111110101010010000110001001101000100111010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA90; }

 p { color: rgb(207,234,144); }

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

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

 a { background-color: rgb(207,234,144); }

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

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

 span { border-color: rgb(207,234,144); }

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