Html Css Color HEX #C0E2C3 Edgewater

📋 copy color: '#C0E2C3'

red 192 ◦ green 226 ◦ blue 195

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

Shades of Edgewater #C0E2C3

Tints of Edgewater #C0E2C3

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.87%

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

R = 31.32%
G = 36.87%
B = 31.81%

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

#C0E2C3 (or 0xC0E2C3) is known color: Edgewater. HEX triplet: C0, E2 and C3. RGB value is (192,226,195). Sum of RGB (Red+Green+Blue) = 192+226+195=613 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.32% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #C0E2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E2C3 is #3F1D3C. Grayscale: #D4D4D4. Windows color (decimal): -4136253 or 12837568. OLE color: 12837568.

HSL color Cylindrical-coordinate representation of color #C0E2C3: hue angle of 125.29º degrees, saturation: 0.37, 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 #C0E2C3 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 226 195 -
CMYK 0.15 0 0.14 0.11
HSL 125.29º 0.37% 0.82% -
HSV(B) 125.29º 0.15% 0.89% -
XYZ 58.78 69.54 61.95 -
YUV 212.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 192 226 195 0.15 0 0.14 0.11 125.29 0.37 0.82
Hex C0 E2 C3 F 0 E B 7D 25 52
Octal 300 342 303 17 0 16 13 175 45 122
Binary 11000000 11100010 11000011 1111 0 1110 1011 1111101 100101 1010010

Color Harmonies of #C0E2C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0E2C3

Black with #C0E2C3

Text Example


Text Example

White with #C0E2C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0E2C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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