Html Css Color HEX #CEE194 Reef

📋 copy color: '#CEE194'

red 206 ◦ green 225 ◦ blue 148

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

Shades of Reef #CEE194

Tints of Reef #CEE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.86%

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

R = 35.58%
G = 38.86%
B = 25.56%

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

#CEE194 (or 0xCEE194) is known color: Reef. HEX triplet: CE, E1 and 94. RGB value is (206,225,148). Sum of RGB (Red+Green+Blue) = 206+225+148=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 148 (58.20% from 255 or 25.56% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE194 is #311E6B. Grayscale: #D2D2D2. Windows color (decimal): -3219052 or 9757134. OLE color: 9757134.

HSL color Cylindrical-coordinate representation of color #CEE194: hue angle of 74.81º degrees, saturation: 0.56, 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 #CEE194 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 148 -
CMYK 0.08 0 0.34 0.12
HSL 74.81º 0.56% 0.73% -
HSV(B) 74.81º 0.34% 0.88% -
XYZ 57.72 69.11 38.31 -
YUV 210.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 206 225 148 0.08 0 0.34 0.12 74.81 0.56 0.73
Hex CE E1 94 8 0 22 C 4B 38 49
Octal 316 341 224 10 0 42 14 113 70 111
Binary 11001110 11100001 10010100 1000 0 100010 1100 1001011 111000 1001001

Color Harmonies of #CEE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE194

Black with #CEE194

Text Example


Text Example

White with #CEE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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