Html Css Color HEX #75C0C1 Glacier

📋 copy color: '#75C0C1'

red 117 ◦ green 192 ◦ blue 193

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

Shades of Glacier #75C0C1

Tints of Glacier #75C0C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.45%

R = 23.31%
G = 38.25%
B = 38.45%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#75C0C1 (or 0x75C0C1) is known color: Glacier. HEX triplet: 75, C0 and C1. RGB value is (117,192,193). Sum of RGB (Red+Green+Blue) = 117+192+193=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #75C0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75C0C1 is #8A3F3E. Grayscale: #A9A9A9. Windows color (decimal): -9060159 or 12697717. OLE color: 12697717.

HSL color Cylindrical-coordinate representation of color #75C0C1: hue angle of 180.79º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C0C1 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 192 193 -
CMYK 0.39 0.01 0 0.24
HSL 180.79º 0.38% 0.61% -
HSV(B) 180.79º 0.39% 0.76% -
XYZ 35.81 45.33 57.31 -
YUV 169.69 141.15 90.42 -
System Red Green Blue C M Y K H S L
Decimal 117 192 193 0.39 0.01 0 0.24 180.79 0.38 0.61
Hex 75 C0 C1 27 1 0 18 B5 26 3D
Octal 165 300 301 47 1 0 30 265 46 75
Binary 1110101 11000000 11000001 100111 1 0 11000 10110101 100110 111101

Color Harmonies of #75C0C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C0C1

Black with #75C0C1

Text Example


Text Example

White with #75C0C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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