Html Css Color HEX #71BEBE Glacier

📋 copy color: '#71BEBE'

red 113 ◦ green 190 ◦ blue 190

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

Shades of Glacier #71BEBE

Tints of Glacier #71BEBE

RGB

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

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

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

R = 22.92%
G = 38.54%
B = 38.54%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#71BEBE (or 0x71BEBE) is known color: Glacier. HEX triplet: 71, BE and BE. RGB value is (113,190,190). Sum of RGB (Red+Green+Blue) = 113+190+190=493 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.92% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 190 (74.61% from 255 or 38.54% from 493); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #71BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71BEBE is #8E4141. Grayscale: #A6A6A6. Windows color (decimal): -9322818 or 12500593. OLE color: 12500593.

HSL color Cylindrical-coordinate representation of color #71BEBE: hue angle of 180º degrees, saturation: 0.37, 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 #71BEBE is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 190 -
CMYK 0.41 0 0 0.25
HSL 180º 0.37% 0.59% -
HSV(B) 180º 0.41% 0.75% -
XYZ 34.52 44.06 55.4 -
YUV 166.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 113 190 190 0.41 0 0 0.25 180 0.37 0.59
Hex 71 BE BE 29 0 0 19 B4 25 3B
Octal 161 276 276 51 0 0 31 264 45 73
Binary 1110001 10111110 10111110 101001 0 0 11001 10110100 100101 111011

Color Harmonies of #71BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BEBE

Black with #71BEBE

Text Example


Text Example

White with #71BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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