Html Css Color HEX #C0E3C3 Edgewater

📋 copy color: '#C0E3C3'

red 192 ◦ green 227 ◦ blue 195

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

Shades of Edgewater #C0E3C3

Tints of Edgewater #C0E3C3

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.97%

 BLUE value IS 195 (76.56% from 255) = 31.76%

R = 31.27%
G = 36.97%
B = 31.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#C0E3C3 (or 0xC0E3C3) is known color: Edgewater. HEX triplet: C0, E3 and C3. RGB value is (192,227,195). Sum of RGB (Red+Green+Blue) = 192+227+195=614 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.27% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3C3 is #3F1C3C. Grayscale: #D4D4D4. Windows color (decimal): -4135997 or 12837824. OLE color: 12837824.

HSL color Cylindrical-coordinate representation of color #C0E3C3: hue angle of 125.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E3C3 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 227 195 -
CMYK 0.15 0 0.14 0.11
HSL 125.14º 0.38% 0.82% -
HSV(B) 125.14º 0.15% 0.89% -
XYZ 59.06 70.08 62.04 -
YUV 212.89 117.9 113.1 -
System Red Green Blue C M Y K H S L
Decimal 192 227 195 0.15 0 0.14 0.11 125.14 0.38 0.82
Hex C0 E3 C3 F 0 E B 7D 26 52
Octal 300 343 303 17 0 16 13 175 46 122
Binary 11000000 11100011 11000011 1111 0 1110 1011 1111101 100110 1010010

Color Harmonies of #C0E3C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E3C3

Black with #C0E3C3

Text Example


Text Example

White with #C0E3C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E3C3; }

 p { color: rgb(192,227,195); }

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

background-color css

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

 a { background-color: rgb(192,227,195); }

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

border-color css

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

 span { border-color: rgb(192,227,195); }

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