#CEFA9C

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

Shades of Reef #CEFA9C

Tints of Reef #CEFA9C

Color information

#CEFA9C (or 0xCEFA9C) is unknown color: approx Reef. HEX triplet: CE, FA and 9C. RGB value is (206,250,156). Sum of RGB (Red+Green+Blue) = 206+250+156=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 156 (61.33% from 255 or 25.49% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA9C is #310563. Grayscale: #E2E2E2. Windows color (decimal): -3212644 or 10287822. OLE color: 10287822.

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

Color convert

RGB206250156-
CMYK0.1800.380.02
HSL88.09º90.38%79.61%-
HSV(B)88.09º37.6%98.04%-
XYZ65.6483.8944.19-
YUV226.1388.42113.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.66%
GREEN value IS 250 (98.05% from 255) = 40.85%
BLUE value IS 156 (61.33% from 255) = 25.49%
R=33.66%
G=40.85%
B=25.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501560.1800.380.0288.0990.3879.61
HexCEFA9C120262585a50
Octal316372234220462130132120
Binary11001110111110101001110010010010011010101100010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA9C; }

 p { color: rgb(206,250,156); }

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

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

 a { background-color: rgb(206,250,156); }

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

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

 span { border-color: rgb(206,250,156); }

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