#C2F5EB

Color #C2F5EB Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C2F5EB

Tints of Jagged Ice #C2F5EB

Color information

#C2F5EB (or 0xC2F5EB) is unknown color: approx Jagged Ice. HEX triplet: C2, F5 and EB. RGB value is (194,245,235). Sum of RGB (Red+Green+Blue) = 194+245+235=674 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.78% from 674); Green value is 245 (96.09% from 255 or 36.35% from 674); Blue value is 235 (92.19% from 255 or 34.87% from 674); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F5EB is #3D0A14. Grayscale: #E4E4E4. Windows color (decimal): -4000277 or 15463874. OLE color: 15463874.

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

Color convert

RGB194245235-
CMYK0.2100.040.04
HSL168.24º71.83%86.08%-
HSV(B)168.24º20.82%96.08%-
XYZ69.982.7790.89-
YUV228.61131.6103.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 28.78%
GREEN value IS 245 (96.09% from 255) = 36.35%
BLUE value IS 235 (92.19% from 255) = 34.87%
R=28.78%
G=36.35%
B=34.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942452350.2100.040.04168.2471.8386.08
HexC2F5EB15044a84856
Octal30236535325044250110126
Binary1100001011110101111010111010101001001010100010010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F5EB; }

 p { color: rgb(194,245,235); }

 H1.HeaderClassName
 {
   color: #C2F5EB;
 }
 .AnyTagClassName
 {
   color: #C2F5EB;
 }
</style>
background-color css

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

 a { background-color: rgb(194,245,235); }

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

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

 span { border-color: rgb(194,245,235); }

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