#CEFA8F

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

Shades of Reef #CEFA8F

Tints of Reef #CEFA8F

Color information

#CEFA8F (or 0xCEFA8F) is unknown color: approx Reef. HEX triplet: CE, FA and 8F. RGB value is (206,250,143). Sum of RGB (Red+Green+Blue) = 206+250+143=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA8F is #310570. Grayscale: #E1E1E1. Windows color (decimal): -3212657 or 9435854. OLE color: 9435854.

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

Color convert

RGB206250143-
CMYK0.1800.430.02
HSL84.67º91.45%77.06%-
HSV(B)84.67º42.8%98.04%-
XYZ64.683.4838.69-
YUV224.6581.92114.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 250 (98.05% from 255) = 41.74%
BLUE value IS 143 (56.25% from 255) = 23.87%
R=34.39%
G=41.74%
B=23.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501430.1800.430.0284.6791.4577.06
HexCEFA8F1202B2555b4d
Octal316372217220532125133115
Binary11001110111110101000111110010010101110101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA8F; }

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

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

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

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

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

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

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

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