Html Css Color HEX #75C1C8 Glacier

📋 copy color: '#75C1C8'

red 117 ◦ green 193 ◦ blue 200

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

Shades of Glacier #75C1C8

Tints of Glacier #75C1C8

RGB

 RED value IS 117 (46.09% from 255) = 22.94%

 GREEN value IS 193 (75.78% from 255) = 37.84%

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

R = 22.94%
G = 37.84%
B = 39.22%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#75C1C8 (or 0x75C1C8) is known color: Glacier. HEX triplet: 75, C1 and C8. RGB value is (117,193,200). Sum of RGB (Red+Green+Blue) = 117+193+200=510 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.94% from 510); Green value is 193 (75.78% from 255 or 37.84% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #75C1C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C1C8 is #8A3E37. Grayscale: #AAAAAA. Windows color (decimal): -9059896 or 13156725. OLE color: 13156725.

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

Color convert

RGB 117 193 200 -
CMYK 0.42 0.04 0 0.22
HSL 185.06º 0.43% 0.62% -
HSV(B) 185.06º 0.42% 0.78% -
XYZ 36.83 46.09 61.6 -
YUV 171.07 144.32 89.43 -
System Red Green Blue C M Y K H S L
Decimal 117 193 200 0.42 0.04 0 0.22 185.06 0.43 0.62
Hex 75 C1 C8 2A 4 0 16 B9 2B 3E
Octal 165 301 310 52 4 0 26 271 53 76
Binary 1110101 11000001 11001000 101010 100 0 10110 10111001 101011 111110

Color Harmonies of #75C1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C1C8

Black with #75C1C8

Text Example


Text Example

White with #75C1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75C1C8; }

 p { color: rgb(117,193,200); }

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

background-color css

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

 a { background-color: rgb(117,193,200); }

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

border-color css

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

 span { border-color: rgb(117,193,200); }

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