Html Css Color HEX #70BDBF Glacier

📋 copy color: '#70BDBF'

red 112 ◦ green 189 ◦ blue 191

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

Shades of Glacier #70BDBF

Tints of Glacier #70BDBF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.41%

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

R = 22.76%
G = 38.41%
B = 38.82%

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

#70BDBF (or 0x70BDBF) is known color: Glacier. HEX triplet: 70, BD and BF. RGB value is (112,189,191). Sum of RGB (Red+Green+Blue) = 112+189+191=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #70BDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDBF is #8F4240. Grayscale: #A6A6A6. Windows color (decimal): -9388609 or 12565872. OLE color: 12565872.

HSL color Cylindrical-coordinate representation of color #70BDBF: hue angle of 181.52º 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 #70BDBF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 189 191 -
CMYK 0.41 0.01 0 0.25
HSL 181.52º 0.38% 0.59% -
HSV(B) 181.52º 0.41% 0.75% -
XYZ 34.28 43.6 55.9 -
YUV 166.21 141.99 89.34 -
System Red Green Blue C M Y K H S L
Decimal 112 189 191 0.41 0.01 0 0.25 181.52 0.38 0.59
Hex 70 BD BF 29 1 0 19 B6 26 3B
Octal 160 275 277 51 1 0 31 266 46 73
Binary 1110000 10111101 10111111 101001 1 0 11001 10110110 100110 111011

Color Harmonies of #70BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDBF

Black with #70BDBF

Text Example


Text Example

White with #70BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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