Html Css Color HEX #C0F7EB Water Leaf

📋 copy color: '#C0F7EB'

red 192 ◦ green 247 ◦ blue 235

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

Shades of Water Leaf #C0F7EB

Tints of Water Leaf #C0F7EB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.65%

 BLUE value IS 235 (92.19% from 255) = 34.87%

R = 28.49%
G = 36.65%
B = 34.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#C0F7EB (or 0xC0F7EB) is known color: Water Leaf. HEX triplet: C0, F7 and EB. RGB value is (192,247,235). Sum of RGB (Red+Green+Blue) = 192+247+235=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 247 (96.88% from 255 or 36.65% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7EB is #3F0814. Grayscale: #E5E5E5. Windows color (decimal): -4130837 or 15464384. OLE color: 15464384.

HSL color Cylindrical-coordinate representation of color #C0F7EB: hue angle of 166.91º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7EB is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 247 235 -
CMYK 0.22 0 0.05 0.03
HSL 166.91º 0.77% 0.86% -
HSV(B) 166.91º 0.22% 0.97% -
XYZ 69.99 83.73 91.07 -
YUV 229.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 192 247 235 0.22 0 0.05 0.03 166.91 0.77 0.86
Hex C0 F7 EB 16 0 5 3 A7 4D 56
Octal 300 367 353 26 0 5 3 247 115 126
Binary 11000000 11110111 11101011 10110 0 101 11 10100111 1001101 1010110

Color Harmonies of #C0F7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F7EB

Black with #C0F7EB

Text Example


Text Example

White with #C0F7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F7EB; }

 p { color: rgb(192,247,235); }

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

background-color css

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

 a { background-color: rgb(192,247,235); }

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

border-color css

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

 span { border-color: rgb(192,247,235); }

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