#CEFA90

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

Shades of Reef #CEFA90

Tints of Reef #CEFA90

Color information

#CEFA90 (or 0xCEFA90) is unknown color: approx Reef. HEX triplet: CE, FA and 90. RGB value is (206,250,144). Sum of RGB (Red+Green+Blue) = 206+250+144=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFA90 is #31056F. Grayscale: #E1E1E1. Windows color (decimal): -3212656 or 9501390. OLE color: 9501390.

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

Color convert

RGB206250144-
CMYK0.1800.420.02
HSL84.91º91.38%77.25%-
HSV(B)84.91º42.4%98.04%-
XYZ64.6783.5139.1-
YUV224.7682.42114.62-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 250 (98.05% from 255) = 41.67%
BLUE value IS 144 (56.64% from 255) = 24%
R=34.33%
G=41.67%
B=24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501440.1800.420.0284.9191.3877.25
HexCEFA901202A2555b4d
Octal316372220220522125133115
Binary11001110111110101001000010010010101010101010110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFA90; }

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

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

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

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

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

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

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

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