Html Css Color HEX #75BEC0 Glacier

📋 copy color: '#75BEC0'

red 117 ◦ green 190 ◦ blue 192

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

Shades of Glacier #75BEC0

Tints of Glacier #75BEC0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.08%

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 23.45%
G = 38.08%
B = 38.48%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75BEC0 (or 0x75BEC0) is known color: Glacier. HEX triplet: 75, BE and C0. RGB value is (117,190,192). Sum of RGB (Red+Green+Blue) = 117+190+192=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #75BEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BEC0 is #8A413F. Grayscale: #A8A8A8. Windows color (decimal): -9060672 or 12631669. OLE color: 12631669.

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

Color convert

RGB 117 190 192 -
CMYK 0.39 0.01 0 0.25
HSL 181.6º 0.37% 0.61% -
HSV(B) 181.6º 0.39% 0.75% -
XYZ 35.26 44.41 56.58 -
YUV 168.4 141.32 91.34 -
System Red Green Blue C M Y K H S L
Decimal 117 190 192 0.39 0.01 0 0.25 181.6 0.37 0.61
Hex 75 BE C0 27 1 0 19 B6 25 3D
Octal 165 276 300 47 1 0 31 266 45 75
Binary 1110101 10111110 11000000 100111 1 0 11001 10110110 100101 111101

Color Harmonies of #75BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BEC0

Black with #75BEC0

Text Example


Text Example

White with #75BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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