#CFFBA8

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

Shades of Reef #CFFBA8

Tints of Reef #CFFBA8

Color information

#CFFBA8 (or 0xCFFBA8) is unknown color: approx Reef. HEX triplet: CF, FB and A8. RGB value is (207,251,168). Sum of RGB (Red+Green+Blue) = 207+251+168=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFBA8 is #300457. Grayscale: #E4E4E4. Windows color (decimal): -3146840 or 11074511. OLE color: 11074511.

HSL color Cylindrical-coordinate representation of color #CFFBA8: hue angle of 91.81º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFBA8 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB207251168-
CMYK0.1800.330.02
HSL91.81º91.21%82.16%-
HSV(B)91.81º33.07%98.43%-
XYZ67.385.0949.92-
YUV228.3893.92112.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 251 (98.44% from 255) = 40.10%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=33.07%
G=40.10%
B=26.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072511680.1800.330.0291.8191.2182.16
HexCFFBA81202125c5b52
Octal317373250220412134133122
Binary11001111111110111010100010010010000110101110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBA8; }

 p { color: rgb(207,251,168); }

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

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

 a { background-color: rgb(207,251,168); }

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

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

 span { border-color: rgb(207,251,168); }

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