#CFF3AD

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

Shades of Reef #CFF3AD

Tints of Reef #CFF3AD

Color information

#CFF3AD (or 0xCFF3AD) is unknown color: approx Reef. HEX triplet: CF, F3 and AD. RGB value is (207,243,173). Sum of RGB (Red+Green+Blue) = 207+243+173=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 243 (95.31% from 255 or 39.00% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3AD is #300C52. Grayscale: #E0E0E0. Windows color (decimal): -3148883 or 11400143. OLE color: 11400143.

HSL color Cylindrical-coordinate representation of color #CFF3AD: hue angle of 90.86º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF3AD is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB207243173-
CMYK0.1500.290.05
HSL90.86º74.47%81.57%-
HSV(B)90.86º28.81%95.29%-
XYZ65.3380.3851.61-
YUV224.2699.07115.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 243 (95.31% from 255) = 39.00%
BLUE value IS 173 (67.97% from 255) = 27.77%
R=33.23%
G=39.00%
B=27.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431730.1500.290.0590.8674.4781.57
HexCFF3ADF01D55b4a52
Octal317363255170355133112122
Binary1100111111110011101011011111011101101101101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3AD; }

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

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

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

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

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

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

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

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