Html Css Color HEX #CEE094 Reef

📋 copy color: '#CEE094'

red 206 ◦ green 224 ◦ blue 148

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

Shades of Reef #CEE094

Tints of Reef #CEE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.75%

 BLUE value IS 148 (58.2% from 255) = 25.61%

R = 35.64%
G = 38.75%
B = 25.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#CEE094 (or 0xCEE094) is known color: Reef. HEX triplet: CE, E0 and 94. RGB value is (206,224,148). Sum of RGB (Red+Green+Blue) = 206+224+148=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 148 (58.20% from 255 or 25.61% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE094 is #311F6B. Grayscale: #D2D2D2. Windows color (decimal): -3219308 or 9756878. OLE color: 9756878.

HSL color Cylindrical-coordinate representation of color #CEE094: hue angle of 74.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEE094 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 148 -
CMYK 0.08 0 0.34 0.12
HSL 74.21º 0.55% 0.73% -
HSV(B) 74.21º 0.34% 0.88% -
XYZ 57.45 68.57 38.22 -
YUV 209.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 206 224 148 0.08 0 0.34 0.12 74.21 0.55 0.73
Hex CE E0 94 8 0 22 C 4A 37 49
Octal 316 340 224 10 0 42 14 112 67 111
Binary 11001110 11100000 10010100 1000 0 100010 1100 1001010 110111 1001001

Color Harmonies of #CEE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE094

Black with #CEE094

Text Example


Text Example

White with #CEE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE094; }

 p { color: rgb(206,224,148); }

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

background-color css

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

 a { background-color: rgb(206,224,148); }

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

border-color css

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

 span { border-color: rgb(206,224,148); }

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