Html Css Color HEX #70BEBF Glacier

📋 copy color: '#70BEBF'

red 112 ◦ green 190 ◦ blue 191

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

Shades of Glacier #70BEBF

Tints of Glacier #70BEBF

RGB

 RED value IS 112 (44.14% from 255) = 22.72%

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 22.72%
G = 38.54%
B = 38.74%

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#70BEBF (or 0x70BEBF) is known color: Glacier. HEX triplet: 70, BE and BF. RGB value is (112,190,191). Sum of RGB (Red+Green+Blue) = 112+190+191=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: blue. Hex color #70BEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEBF is #8F4140. Grayscale: #A6A6A6. Windows color (decimal): -9388353 or 12566128. OLE color: 12566128.

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

Color convert

RGB 112 190 191 -
CMYK 0.41 0.01 0 0.25
HSL 180.76º 0.38% 0.59% -
HSV(B) 180.76º 0.41% 0.75% -
XYZ 34.5 44.03 55.97 -
YUV 166.79 141.66 88.92 -
System Red Green Blue C M Y K H S L
Decimal 112 190 191 0.41 0.01 0 0.25 180.76 0.38 0.59
Hex 70 BE BF 29 1 0 19 B5 26 3B
Octal 160 276 277 51 1 0 31 265 46 73
Binary 1110000 10111110 10111111 101001 1 0 11001 10110101 100110 111011

Color Harmonies of #70BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BEBF

Black with #70BEBF

Text Example


Text Example

White with #70BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70BEBF; }

 p { color: rgb(112,190,191); }

 H1.HeaderClassName
 {
   color: #70BEBF;
 }
 .AnyTagClassName
 {
   color: #70BEBF;
 }
</style>

background-color css

<style>
 a { background-color: #70BEBF; }

 a { background-color: rgb(112,190,191); }

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

border-color css

<style>
 span { border-color: #70BEBF; }

 span { border-color: rgb(112,190,191); }

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