Html Css Color HEX #CEE496 Reef

📋 copy color: '#CEE496'

red 206 ◦ green 228 ◦ blue 150

#CEE496
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEE496

Tints of Reef #CEE496

RGB

 RED value IS 206 (80.86% from 255) = 35.27%

 GREEN value IS 228 (89.45% from 255) = 39.04%

 BLUE value IS 150 (58.98% from 255) = 25.68%

R = 35.27%
G = 39.04%
B = 25.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#CEE496 (or 0xCEE496) is known color: Reef. HEX triplet: CE, E4 and 96. RGB value is (206,228,150). Sum of RGB (Red+Green+Blue) = 206+228+150=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE496 is #311B69. Grayscale: #D4D4D4. Windows color (decimal): -3218282 or 9888974. OLE color: 9888974.

HSL color Cylindrical-coordinate representation of color #CEE496: hue angle of 76.92º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEE496 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 150 -
CMYK 0.10 0 0.34 0.11
HSL 76.92º 0.59% 0.74% -
HSV(B) 76.92º 0.34% 0.89% -
XYZ 58.7 70.81 39.43 -
YUV 212.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 206 228 150 0.10 0 0.34 0.11 76.92 0.59 0.74
Hex CE E4 96 A 0 22 B 4D 3B 4A
Octal 316 344 226 12 0 42 13 115 73 112
Binary 11001110 11100100 10010110 1010 0 100010 1011 1001101 111011 1001010

Color Harmonies of #CEE496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE496

Black with #CEE496

Text Example


Text Example

White with #CEE496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE496; }

 p { color: rgb(206,228,150); }

 H1.HeaderClassName
 {
   color: #CEE496;
 }
 .AnyTagClassName
 {
   color: #CEE496;
 }
</style>

background-color css

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

 a { background-color: rgb(206,228,150); }

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

border-color css

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

 span { border-color: rgb(206,228,150); }

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