Html Css Color HEX #CEE696 Reef

📋 copy color: '#CEE696'

red 206 ◦ green 230 ◦ blue 150

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

Shades of Reef #CEE696

Tints of Reef #CEE696

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.25%

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

R = 35.15%
G = 39.25%
B = 25.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#CEE696 (or 0xCEE696) is known color: Reef. HEX triplet: CE, E6 and 96. RGB value is (206,230,150). Sum of RGB (Red+Green+Blue) = 206+230+150=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 150 (58.98% from 255 or 25.60% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEE696 is #311969. Grayscale: #D6D6D6. Windows color (decimal): -3217770 or 9889486. OLE color: 9889486.

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

Color convert

RGB 206 230 150 -
CMYK 0.10 0 0.35 0.10
HSL 78º 0.62% 0.75% -
HSV(B) 78º 0.35% 0.9% -
XYZ 59.26 71.92 39.61 -
YUV 213.7 92.05 122.5 -
System Red Green Blue C M Y K H S L
Decimal 206 230 150 0.10 0 0.35 0.10 78 0.62 0.75
Hex CE E6 96 A 0 23 A 4E 3E 4B
Octal 316 346 226 12 0 43 12 116 76 113
Binary 11001110 11100110 10010110 1010 0 100011 1010 1001110 111110 1001011

Color Harmonies of #CEE696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE696

Black with #CEE696

Text Example


Text Example

White with #CEE696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE696; }

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

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

background-color css

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

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

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

border-color css

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

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

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