Html Css Color HEX #CEEE96 Reef

📋 copy color: '#CEEE96'

red 206 ◦ green 238 ◦ blue 150

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

Shades of Reef #CEEE96

Tints of Reef #CEEE96

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.07%

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

R = 34.68%
G = 40.07%
B = 25.25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#CEEE96 (or 0xCEEE96) is known color: Reef. HEX triplet: CE, EE and 96. RGB value is (206,238,150). Sum of RGB (Red+Green+Blue) = 206+238+150=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEEE96 is #311169. Grayscale: #DADADA. Windows color (decimal): -3215722 or 9891534. OLE color: 9891534.

HSL color Cylindrical-coordinate representation of color #CEEE96: hue angle of 81.82º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEEE96 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 238 150 -
CMYK 0.13 0 0.37 0.07
HSL 81.82º 0.72% 0.76% -
HSV(B) 81.82º 0.37% 0.93% -
XYZ 61.53 76.47 40.37 -
YUV 218.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 206 238 150 0.13 0 0.37 0.07 81.82 0.72 0.76
Hex CE EE 96 D 0 25 7 52 48 4C
Octal 316 356 226 15 0 45 7 122 110 114
Binary 11001110 11101110 10010110 1101 0 100101 111 1010010 1001000 1001100

Color Harmonies of #CEEE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE96

Black with #CEEE96

Text Example


Text Example

White with #CEEE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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