#CFF8A3

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

Shades of Reef #CFF8A3

Tints of Reef #CFF8A3

Color information

#CFF8A3 (or 0xCFF8A3) is unknown color: approx Reef. HEX triplet: CF, F8 and A3. RGB value is (207,248,163). Sum of RGB (Red+Green+Blue) = 207+248+163=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 248 (97.27% from 255 or 40.13% from 618); Blue value is 163 (64.06% from 255 or 26.38% from 618); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF8A3 is #30075C. Grayscale: #E2E2E2. Windows color (decimal): -3147613 or 10746063. OLE color: 10746063.

HSL color Cylindrical-coordinate representation of color #CFF8A3: hue angle of 88.94º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFF8A3 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB207248163-
CMYK0.1700.340.03
HSL88.94º85.86%80.59%-
HSV(B)88.94º34.27%97.25%-
XYZ65.9183.0447.21-
YUV226.0592.42114.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 248 (97.27% from 255) = 40.13%
BLUE value IS 163 (64.06% from 255) = 26.38%
R=33.50%
G=40.13%
B=26.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481630.1700.340.0388.9485.8680.59
HexCFF8A3110223595651
Octal317370243210423131126121
Binary11001111111110001010001110001010001011101100110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8A3; }

 p { color: rgb(207,248,163); }

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

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

 a { background-color: rgb(207,248,163); }

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

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

 span { border-color: rgb(207,248,163); }

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