Html Css Color HEX #75BCBE Glacier

📋 copy color: '#75BCBE'

red 117 ◦ green 188 ◦ blue 190

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

Shades of Glacier #75BCBE

Tints of Glacier #75BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

 BLUE value IS 190 (74.61% from 255) = 38.38%

R = 23.64%
G = 37.98%
B = 38.38%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75BCBE (or 0x75BCBE) is known color: Glacier. HEX triplet: 75, BC and BE. RGB value is (117,188,190). Sum of RGB (Red+Green+Blue) = 117+188+190=495 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.64% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #75BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCBE is #8A4341. Grayscale: #A6A6A6. Windows color (decimal): -9061186 or 12500085. OLE color: 12500085.

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

Color convert

RGB 117 188 190 -
CMYK 0.38 0.01 0 0.25
HSL 181.64º 0.36% 0.6% -
HSV(B) 181.64º 0.38% 0.75% -
XYZ 34.61 43.47 55.28 -
YUV 167 140.98 92.34 -
System Red Green Blue C M Y K H S L
Decimal 117 188 190 0.38 0.01 0 0.25 181.64 0.36 0.6
Hex 75 BC BE 26 1 0 19 B6 24 3C
Octal 165 274 276 46 1 0 31 266 44 74
Binary 1110101 10111100 10111110 100110 1 0 11001 10110110 100100 111100

Color Harmonies of #75BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCBE

Black with #75BCBE

Text Example


Text Example

White with #75BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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