Html Css Color HEX #75BBBE Glacier

📋 copy color: '#75BBBE'

red 117 ◦ green 187 ◦ blue 190

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

Shades of Glacier #75BBBE

Tints of Glacier #75BBBE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.85%

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

R = 23.68%
G = 37.85%
B = 38.46%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75BBBE (or 0x75BBBE) is known color: Glacier. HEX triplet: 75, BB and BE. RGB value is (117,187,190). Sum of RGB (Red+Green+Blue) = 117+187+190=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #75BBBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBBE is #8A4441. Grayscale: #A6A6A6. Windows color (decimal): -9061442 or 12499829. OLE color: 12499829.

HSL color Cylindrical-coordinate representation of color #75BBBE: hue angle of 182.47º 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 #75BBBE is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 187 190 -
CMYK 0.38 0.02 0 0.25
HSL 182.47º 0.36% 0.6% -
HSV(B) 182.47º 0.38% 0.75% -
XYZ 34.4 43.04 55.21 -
YUV 166.41 141.31 92.76 -
System Red Green Blue C M Y K H S L
Decimal 117 187 190 0.38 0.02 0 0.25 182.47 0.36 0.6
Hex 75 BB BE 26 2 0 19 B6 24 3C
Octal 165 273 276 46 2 0 31 266 44 74
Binary 1110101 10111011 10111110 100110 10 0 11001 10110110 100100 111100

Color Harmonies of #75BBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBBE

Black with #75BBBE

Text Example


Text Example

White with #75BBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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