Html Css Color HEX #C0F5E6 Water Leaf

📋 copy color: '#C0F5E6'

red 192 ◦ green 245 ◦ blue 230

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

Shades of Water Leaf #C0F5E6

Tints of Water Leaf #C0F5E6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.73%

 BLUE value IS 230 (90.23% from 255) = 34.48%

R = 28.79%
G = 36.73%
B = 34.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#C0F5E6 (or 0xC0F5E6) is known color: Water Leaf. HEX triplet: C0, F5 and E6. RGB value is (192,245,230). Sum of RGB (Red+Green+Blue) = 192+245+230=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 245 (96.09% from 255 or 36.73% from 667); Blue value is 230 (90.23% from 255 or 34.48% from 667); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F5E6 is #3F0A19. Grayscale: #E3E3E3. Windows color (decimal): -4131354 or 15136192. OLE color: 15136192.

HSL color Cylindrical-coordinate representation of color #C0F5E6: hue angle of 163.02º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5E6 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 245 230 -
CMYK 0.22 0 0.06 0.04
HSL 163.02º 0.73% 0.86% -
HSV(B) 163.02º 0.22% 0.96% -
XYZ 68.67 82.22 87.11 -
YUV 227.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 192 245 230 0.22 0 0.06 0.04 163.02 0.73 0.86
Hex C0 F5 E6 16 0 6 4 A3 49 56
Octal 300 365 346 26 0 6 4 243 111 126
Binary 11000000 11110101 11100110 10110 0 110 100 10100011 1001001 1010110

Color Harmonies of #C0F5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F5E6

Black with #C0F5E6

Text Example


Text Example

White with #C0F5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F5E6; }

 p { color: rgb(192,245,230); }

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

background-color css

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

 a { background-color: rgb(192,245,230); }

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

border-color css

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

 span { border-color: rgb(192,245,230); }

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