Html Css Color HEX #70BDBD Glacier

📋 copy color: '#70BDBD'

red 112 ◦ green 189 ◦ blue 189

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

Shades of Glacier #70BDBD

Tints of Glacier #70BDBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.57%

R = 22.86%
G = 38.57%
B = 38.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#70BDBD (or 0x70BDBD) is known color: Glacier. HEX triplet: 70, BD and BD. RGB value is (112,189,189). Sum of RGB (Red+Green+Blue) = 112+189+189=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #70BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BDBD is #8F4242. Grayscale: #A5A5A5. Windows color (decimal): -9388611 or 12434800. OLE color: 12434800.

HSL color Cylindrical-coordinate representation of color #70BDBD: hue angle of 180º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BDBD is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 189 189 -
CMYK 0.41 0 0 0.26
HSL 180º 0.37% 0.59% -
HSV(B) 180º 0.41% 0.74% -
XYZ 34.06 43.51 54.75 -
YUV 165.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 112 189 189 0.41 0 0 0.26 180 0.37 0.59
Hex 70 BD BD 29 0 0 1A B4 25 3B
Octal 160 275 275 51 0 0 32 264 45 73
Binary 1110000 10111101 10111101 101001 0 0 11010 10110100 100101 111011

Color Harmonies of #70BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BDBD

Black with #70BDBD

Text Example


Text Example

White with #70BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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