Html Css Color HEX #73C2C8 Glacier

📋 copy color: '#73C2C8'

red 115 ◦ green 194 ◦ blue 200

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

Shades of Glacier #73C2C8

Tints of Glacier #73C2C8

RGB

 RED value IS 115 (45.31% from 255) = 22.59%

 GREEN value IS 194 (76.17% from 255) = 38.11%

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 22.59%
G = 38.11%
B = 39.29%

CMYK

 C value IS 0.42

 M value IS 0.03

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#73C2C8 (or 0x73C2C8) is known color: Glacier. HEX triplet: 73, C2 and C8. RGB value is (115,194,200). Sum of RGB (Red+Green+Blue) = 115+194+200=509 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.59% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #73C2C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C2C8 is #8C3D37. Grayscale: #AAAAAA. Windows color (decimal): -9190712 or 13156979. OLE color: 13156979.

HSL color Cylindrical-coordinate representation of color #73C2C8: hue angle of 184.24º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C2C8 is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 194 200 -
CMYK 0.42 0.03 0 0.22
HSL 184.24º 0.44% 0.62% -
HSV(B) 184.24º 0.43% 0.78% -
XYZ 36.79 46.4 61.66 -
YUV 171.06 144.33 88.01 -
System Red Green Blue C M Y K H S L
Decimal 115 194 200 0.42 0.03 0 0.22 184.24 0.44 0.62
Hex 73 C2 C8 2A 3 0 16 B8 2C 3E
Octal 163 302 310 52 3 0 26 270 54 76
Binary 1110011 11000010 11001000 101010 11 0 10110 10111000 101100 111110

Color Harmonies of #73C2C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C2C8

Black with #73C2C8

Text Example


Text Example

White with #73C2C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C2C8; }

 p { color: rgb(115,194,200); }

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

background-color css

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

 a { background-color: rgb(115,194,200); }

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

border-color css

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

 span { border-color: rgb(115,194,200); }

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