Html Css Color HEX #C4F2EA Jagged Ice

📋 copy color: '#C4F2EA'

red 196 ◦ green 242 ◦ blue 234

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

Shades of Jagged Ice #C4F2EA

Tints of Jagged Ice #C4F2EA

RGB

 RED value IS 196 (76.95% from 255) = 29.17%

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

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 29.17%
G = 36.01%
B = 34.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#C4F2EA (or 0xC4F2EA) is known color: Jagged Ice. HEX triplet: C4, F2 and EA. RGB value is (196,242,234). Sum of RGB (Red+Green+Blue) = 196+242+234=672 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.17% from 672); Green value is 242 (94.92% from 255 or 36.01% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F2EA is #3B0D15. Grayscale: #E3E3E3. Windows color (decimal): -3869974 or 15397572. OLE color: 15397572.

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

Color convert

RGB 196 242 234 -
CMYK 0.19 0 0.03 0.05
HSL 169.57º 0.64% 0.86% -
HSV(B) 169.57º 0.19% 0.95% -
XYZ 69.37 81.18 89.86 -
YUV 227.33 131.76 105.65 -
System Red Green Blue C M Y K H S L
Decimal 196 242 234 0.19 0 0.03 0.05 169.57 0.64 0.86
Hex C4 F2 EA 13 0 3 5 AA 40 56
Octal 304 362 352 23 0 3 5 252 100 126
Binary 11000100 11110010 11101010 10011 0 11 101 10101010 1000000 1010110

Color Harmonies of #C4F2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F2EA

Black with #C4F2EA

Text Example


Text Example

White with #C4F2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F2EA; }

 p { color: rgb(196,242,234); }

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

background-color css

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

 a { background-color: rgb(196,242,234); }

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

border-color css

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

 span { border-color: rgb(196,242,234); }

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