Html Css Color HEX #71D2BC Downy

📋 copy color: '#71D2BC'

red 113 ◦ green 210 ◦ blue 188

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

Shades of Downy #71D2BC

Tints of Downy #71D2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 22.11%
G = 41.1%
B = 36.79%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#71D2BC (or 0x71D2BC) is known color: Downy. HEX triplet: 71, D2 and BC. RGB value is (113,210,188). Sum of RGB (Red+Green+Blue) = 113+210+188=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #71D2BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D2BC is #8E2D43. Grayscale: #B2B2B2. Windows color (decimal): -9317700 or 12374641. OLE color: 12374641.

HSL color Cylindrical-coordinate representation of color #71D2BC: hue angle of 166.39º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D2BC is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 210 188 -
CMYK 0.46 0 0.10 0.18
HSL 166.39º 0.52% 0.63% -
HSV(B) 166.39º 0.46% 0.82% -
XYZ 38.93 53.23 55.8 -
YUV 178.49 133.36 81.29 -
System Red Green Blue C M Y K H S L
Decimal 113 210 188 0.46 0 0.10 0.18 166.39 0.52 0.63
Hex 71 D2 BC 2E 0 A 12 A6 34 3F
Octal 161 322 274 56 0 12 22 246 64 77
Binary 1110001 11010010 10111100 101110 0 1010 10010 10100110 110100 111111

Color Harmonies of #71D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D2BC

Black with #71D2BC

Text Example


Text Example

White with #71D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,210,188); }

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

background-color css

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

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

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

border-color css

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

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

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