Html Css Color HEX #CEE494 Reef

📋 copy color: '#CEE494'

red 206 ◦ green 228 ◦ blue 148

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

Shades of Reef #CEE494

Tints of Reef #CEE494

RGB

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

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

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

R = 35.4%
G = 39.18%
B = 25.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#CEE494 (or 0xCEE494) is known color: Reef. HEX triplet: CE, E4 and 94. RGB value is (206,228,148). Sum of RGB (Red+Green+Blue) = 206+228+148=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 148 (58.20% from 255 or 25.43% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE494 is #311B6B. Grayscale: #D4D4D4. Windows color (decimal): -3218284 or 9757902. OLE color: 9757902.

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

Color convert

RGB 206 228 148 -
CMYK 0.10 0 0.35 0.11
HSL 76.5º 0.6% 0.74% -
HSV(B) 76.5º 0.35% 0.89% -
XYZ 58.54 70.75 38.59 -
YUV 212.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 206 228 148 0.10 0 0.35 0.11 76.5 0.6 0.74
Hex CE E4 94 A 0 23 B 4C 3C 4A
Octal 316 344 224 12 0 43 13 114 74 112
Binary 11001110 11100100 10010100 1010 0 100011 1011 1001100 111100 1001010

Color Harmonies of #CEE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE494

Black with #CEE494

Text Example


Text Example

White with #CEE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE494; }

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

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

background-color css

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

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

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

border-color css

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

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

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