#CFF3AE

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

Shades of Reef #CFF3AE

Tints of Reef #CFF3AE

Color information

#CFF3AE (or 0xCFF3AE) is unknown color: approx Reef. HEX triplet: CF, F3 and AE. RGB value is (207,243,174). Sum of RGB (Red+Green+Blue) = 207+243+174=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3AE is #300C51. Grayscale: #E0E0E0. Windows color (decimal): -3148882 or 11465679. OLE color: 11465679.

HSL color Cylindrical-coordinate representation of color #CFF3AE: hue angle of 91.3º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF3AE is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB207243174-
CMYK0.1500.280.05
HSL91.3º74.19%81.76%-
HSV(B)91.3º28.4%95.29%-
XYZ65.4280.4252.12-
YUV224.3799.57115.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 243 (95.31% from 255) = 38.94%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=33.17%
G=38.94%
B=27.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431740.1500.280.0591.374.1981.76
HexCFF3AEF01C55b4a52
Octal317363256170345133112122
Binary1100111111110011101011101111011100101101101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3AE; }

 p { color: rgb(207,243,174); }

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

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

 a { background-color: rgb(207,243,174); }

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

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

 span { border-color: rgb(207,243,174); }

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