Html Css Color HEX #C0F3EB Jagged Ice

📋 copy color: '#C0F3EB'

red 192 ◦ green 243 ◦ blue 235

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

Shades of Jagged Ice #C0F3EB

Tints of Jagged Ice #C0F3EB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.27%

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

R = 28.66%
G = 36.27%
B = 35.07%

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

#C0F3EB (or 0xC0F3EB) is known color: Jagged Ice. HEX triplet: C0, F3 and EB. RGB value is (192,243,235). Sum of RGB (Red+Green+Blue) = 192+243+235=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 243 (95.31% from 255 or 36.27% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F3EB is #3F0C14. Grayscale: #E2E2E2. Windows color (decimal): -4131861 or 15463360. OLE color: 15463360.

HSL color Cylindrical-coordinate representation of color #C0F3EB: hue angle of 170.59º degrees, saturation: 0.68, 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 #C0F3EB is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 243 235 -
CMYK 0.21 0 0.03 0.05
HSL 170.59º 0.68% 0.85% -
HSV(B) 170.59º 0.21% 0.95% -
XYZ 68.78 81.31 90.67 -
YUV 226.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 192 243 235 0.21 0 0.03 0.05 170.59 0.68 0.85
Hex C0 F3 EB 15 0 3 5 AB 44 55
Octal 300 363 353 25 0 3 5 253 104 125
Binary 11000000 11110011 11101011 10101 0 11 101 10101011 1000100 1010101

Color Harmonies of #C0F3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F3EB

Black with #C0F3EB

Text Example


Text Example

White with #C0F3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F3EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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