#CFFFAB

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

Shades of Reef #CFFFAB

Tints of Reef #CFFFAB

Color information

#CFFFAB (or 0xCFFFAB) is unknown color: approx Reef. HEX triplet: CF, FF and AB. RGB value is (207,255,171). Sum of RGB (Red+Green+Blue) = 207+255+171=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFAB is #300054. Grayscale: #E7E7E7. Windows color (decimal): -3145813 or 11272143. OLE color: 11272143.

HSL color Cylindrical-coordinate representation of color #CFFFAB: hue angle of 94.29º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFFAB is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.

Color convert

RGB207255171-
CMYK0.1900.330
HSL94.29º100%83.53%-
HSV(B)94.29º32.94%100%-
XYZ68.8487.7351.83-
YUV231.0794.1110.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 171 (67.19% from 255) = 27.01%
R=32.70%
G=40.28%
B=27.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551710.1900.33094.2910083.53
HexCFFFAB1302105e6454
Octal317377253230410136144124
Binary1100111111111111101010111001101000010101111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFAB; }

 p { color: rgb(207,255,171); }

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

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

 a { background-color: rgb(207,255,171); }

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

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

 span { border-color: rgb(207,255,171); }

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