Html Css Color HEX #C0F2EB Jagged Ice

📋 copy color: '#C0F2EB'

red 192 ◦ green 242 ◦ blue 235

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

Shades of Jagged Ice #C0F2EB

Tints of Jagged Ice #C0F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.17%

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

R = 28.7%
G = 36.17%
B = 35.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#C0F2EB (or 0xC0F2EB) is known color: Jagged Ice. HEX triplet: C0, F2 and EB. RGB value is (192,242,235). Sum of RGB (Red+Green+Blue) = 192+242+235=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F2EB is #3F0D14. Grayscale: #E2E2E2. Windows color (decimal): -4132117 or 15463104. OLE color: 15463104.

HSL color Cylindrical-coordinate representation of color #C0F2EB: hue angle of 171.6º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2EB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 242 235 -
CMYK 0.21 0 0.03 0.05
HSL 171.6º 0.66% 0.85% -
HSV(B) 171.6º 0.21% 0.95% -
XYZ 68.49 80.71 90.57 -
YUV 226.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 192 242 235 0.21 0 0.03 0.05 171.6 0.66 0.85
Hex C0 F2 EB 15 0 3 5 AC 42 55
Octal 300 362 353 25 0 3 5 254 102 125
Binary 11000000 11110010 11101011 10101 0 11 101 10101100 1000010 1010101

Color Harmonies of #C0F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F2EB

Black with #C0F2EB

Text Example


Text Example

White with #C0F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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