#CFF9AD

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

Shades of Reef #CFF9AD

Tints of Reef #CFF9AD

Color information

#CFF9AD (or 0xCFF9AD) is unknown color: approx Reef. HEX triplet: CF, F9 and AD. RGB value is (207,249,173). Sum of RGB (Red+Green+Blue) = 207+249+173=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 173 (67.97% from 255 or 27.50% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF9AD is #300652. Grayscale: #E4E4E4. Windows color (decimal): -3147347 or 11401679. OLE color: 11401679.

HSL color Cylindrical-coordinate representation of color #CFF9AD: hue angle of 93.16º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFF9AD is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB207249173-
CMYK0.1700.310.02
HSL93.16º86.36%82.75%-
HSV(B)93.16º30.52%97.65%-
XYZ67.1584.0352.22-
YUV227.7897.09113.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 173 (67.97% from 255) = 27.50%
R=32.91%
G=39.59%
B=27.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072491730.1700.310.0293.1686.3682.75
HexCFF9AD1101F25d5653
Octal317371255210372135126123
Binary1100111111111001101011011000101111110101110110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF9AD; }

 p { color: rgb(207,249,173); }

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

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

 a { background-color: rgb(207,249,173); }

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

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

 span { border-color: rgb(207,249,173); }

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