Html Css Color HEX #71C8BE Downy

📋 copy color: '#71C8BE'

red 113 ◦ green 200 ◦ blue 190

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

Shades of Downy #71C8BE

Tints of Downy #71C8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.76%

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

R = 22.47%
G = 39.76%
B = 37.77%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#71C8BE (or 0x71C8BE) is known color: Downy. HEX triplet: 71, C8 and BE. RGB value is (113,200,190). Sum of RGB (Red+Green+Blue) = 113+200+190=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 200 - color contains mainly: green. Hex color #71C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71C8BE is #8E3741. Grayscale: #ACACAC. Windows color (decimal): -9320258 or 12503153. OLE color: 12503153.

HSL color Cylindrical-coordinate representation of color #71C8BE: hue angle of 173.1º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71C8BE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 200 190 -
CMYK 0.44 0 0.05 0.22
HSL 173.1º 0.44% 0.61% -
HSV(B) 173.1º 0.44% 0.78% -
XYZ 36.76 48.54 56.15 -
YUV 172.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 113 200 190 0.44 0 0.05 0.22 173.1 0.44 0.61
Hex 71 C8 BE 2C 0 5 16 AD 2C 3D
Octal 161 310 276 54 0 5 26 255 54 75
Binary 1110001 11001000 10111110 101100 0 101 10110 10101101 101100 111101

Color Harmonies of #71C8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C8BE

Black with #71C8BE

Text Example


Text Example

White with #71C8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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