Html Css Color HEX #CEE596 Reef

📋 copy color: '#CEE596'

red 206 ◦ green 229 ◦ blue 150

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

Shades of Reef #CEE596

Tints of Reef #CEE596

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.15%

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

R = 35.21%
G = 39.15%
B = 25.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#CEE596 (or 0xCEE596) is known color: Reef. HEX triplet: CE, E5 and 96. RGB value is (206,229,150). Sum of RGB (Red+Green+Blue) = 206+229+150=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE596 is #311A69. Grayscale: #D5D5D5. Windows color (decimal): -3218026 or 9889230. OLE color: 9889230.

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

Color convert

RGB 206 229 150 -
CMYK 0.10 0 0.34 0.10
HSL 77.47º 0.6% 0.74% -
HSV(B) 77.47º 0.34% 0.9% -
XYZ 58.98 71.36 39.52 -
YUV 213.12 92.38 122.92 -
System Red Green Blue C M Y K H S L
Decimal 206 229 150 0.10 0 0.34 0.10 77.47 0.6 0.74
Hex CE E5 96 A 0 22 A 4D 3C 4A
Octal 316 345 226 12 0 42 12 115 74 112
Binary 11001110 11100101 10010110 1010 0 100010 1010 1001101 111100 1001010

Color Harmonies of #CEE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE596

Black with #CEE596

Text Example


Text Example

White with #CEE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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