Html Css Color HEX #75C0C8 Glacier

📋 copy color: '#75C0C8'

red 117 ◦ green 192 ◦ blue 200

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

Shades of Glacier #75C0C8

Tints of Glacier #75C0C8

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.72%

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

R = 22.99%
G = 37.72%
B = 39.29%

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

#75C0C8 (or 0x75C0C8) is known color: Glacier. HEX triplet: 75, C0 and C8. RGB value is (117,192,200). Sum of RGB (Red+Green+Blue) = 117+192+200=509 (67% of max value = 765). Red value is 117 (46.09% from 255 or 22.99% from 509); Green value is 192 (75.39% from 255 or 37.72% 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 #75C0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0C8 is #8A3F37. Grayscale: #AAAAAA. Windows color (decimal): -9060152 or 13156469. OLE color: 13156469.

HSL color Cylindrical-coordinate representation of color #75C0C8: hue angle of 185.78º 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 #75C0C8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 192 200 -
CMYK 0.42 0.04 0 0.22
HSL 185.78º 0.43% 0.62% -
HSV(B) 185.78º 0.42% 0.78% -
XYZ 36.61 45.65 61.53 -
YUV 170.49 144.65 89.85 -
System Red Green Blue C M Y K H S L
Decimal 117 192 200 0.42 0.04 0 0.22 185.78 0.43 0.62
Hex 75 C0 C8 2A 4 0 16 BA 2B 3E
Octal 165 300 310 52 4 0 26 272 53 76
Binary 1110101 11000000 11001000 101010 100 0 10110 10111010 101011 111110

Color Harmonies of #75C0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0C8

Black with #75C0C8

Text Example


Text Example

White with #75C0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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