#CFF8AB

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

Shades of Reef #CFF8AB

Tints of Reef #CFF8AB

Color information

#CFF8AB (or 0xCFF8AB) is unknown color: approx Reef. HEX triplet: CF, F8 and AB. RGB value is (207,248,171). Sum of RGB (Red+Green+Blue) = 207+248+171=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 171 (67.19% from 255 or 27.32% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF8AB is #300754. Grayscale: #E3E3E3. Windows color (decimal): -3147605 or 11270351. OLE color: 11270351.

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

Color convert

RGB207248171-
CMYK0.1700.310.03
HSL91.95º84.62%82.16%-
HSV(B)91.95º31.05%97.25%-
XYZ66.6583.3451.1-
YUV226.9696.42113.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 248 (97.27% from 255) = 39.62%
BLUE value IS 171 (67.19% from 255) = 27.32%
R=33.07%
G=39.62%
B=27.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072481710.1700.310.0391.9584.6282.16
HexCFF8AB1101F35c5552
Octal317370253210373134125122
Binary1100111111111000101010111000101111111101110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF8AB; }

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

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

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

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

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

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

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

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