Html Css Color HEX #71BDBD Glacier

📋 copy color: '#71BDBD'

red 113 ◦ green 189 ◦ blue 189

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

Shades of Glacier #71BDBD

Tints of Glacier #71BDBD

RGB

 RED value IS 113 (44.53% from 255) = 23.01%

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

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

R = 23.01%
G = 38.49%
B = 38.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#71BDBD (or 0x71BDBD) is known color: Glacier. HEX triplet: 71, BD and BD. RGB value is (113,189,189). Sum of RGB (Red+Green+Blue) = 113+189+189=491 (65% of max value = 765). Red value is 113 (44.53% from 255 or 23.01% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #71BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BDBD is #8E4242. Grayscale: #A6A6A6. Windows color (decimal): -9323075 or 12434801. OLE color: 12434801.

HSL color Cylindrical-coordinate representation of color #71BDBD: 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.4%. Process color model (Four color, CMYK) of #71BDBD is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 189 189 -
CMYK 0.40 0 0 0.26
HSL 180º 0.37% 0.59% -
HSV(B) 180º 0.4% 0.74% -
XYZ 34.19 43.58 54.75 -
YUV 166.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 113 189 189 0.40 0 0 0.26 180 0.37 0.59
Hex 71 BD BD 28 0 0 1A B4 25 3B
Octal 161 275 275 50 0 0 32 264 45 73
Binary 1110001 10111101 10111101 101000 0 0 11010 10110100 100101 111011

Color Harmonies of #71BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BDBD

Black with #71BDBD

Text Example


Text Example

White with #71BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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