Html Css Color HEX #C0E5C2 Edgewater

📋 copy color: '#C0E5C2'

red 192 ◦ green 229 ◦ blue 194

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

Shades of Edgewater #C0E5C2

Tints of Edgewater #C0E5C2

RGB

 RED value IS 192 (75.39% from 255) = 31.22%

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

 BLUE value IS 194 (76.17% from 255) = 31.54%

R = 31.22%
G = 37.24%
B = 31.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#C0E5C2 (or 0xC0E5C2) is known color: Edgewater. HEX triplet: C0, E5 and C2. RGB value is (192,229,194). Sum of RGB (Red+Green+Blue) = 192+229+194=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5C2 is #3F1A3D. Grayscale: #D6D6D6. Windows color (decimal): -4135486 or 12772800. OLE color: 12772800.

HSL color Cylindrical-coordinate representation of color #C0E5C2: hue angle of 123.24º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0E5C2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 229 194 -
CMYK 0.16 0 0.15 0.10
HSL 123.24º 0.42% 0.83% -
HSV(B) 123.24º 0.16% 0.9% -
XYZ 59.5 71.14 61.63 -
YUV 213.95 116.74 112.35 -
System Red Green Blue C M Y K H S L
Decimal 192 229 194 0.16 0 0.15 0.10 123.24 0.42 0.83
Hex C0 E5 C2 10 0 F A 7B 2A 53
Octal 300 345 302 20 0 17 12 173 52 123
Binary 11000000 11100101 11000010 10000 0 1111 1010 1111011 101010 1010011

Color Harmonies of #C0E5C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E5C2

Black with #C0E5C2

Text Example


Text Example

White with #C0E5C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E5C2; }

 p { color: rgb(192,229,194); }

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

background-color css

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

 a { background-color: rgb(192,229,194); }

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

border-color css

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

 span { border-color: rgb(192,229,194); }

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