Html Css Color HEX #71DBC6 Downy

📋 copy color: '#71DBC6'

red 113 ◦ green 219 ◦ blue 198

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

Shades of Downy #71DBC6

Tints of Downy #71DBC6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 198 (77.73% from 255) = 37.36%

R = 21.32%
G = 41.32%
B = 37.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#71DBC6 (or 0x71DBC6) is known color: Downy. HEX triplet: 71, DB and C6. RGB value is (113,219,198). Sum of RGB (Red+Green+Blue) = 113+219+198=530 (70% of max value = 765). Red value is 113 (44.53% from 255 or 21.32% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #71DBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DBC6 is #8E2439. Grayscale: #B8B8B8. Windows color (decimal): -9315386 or 13032305. OLE color: 13032305.

HSL color Cylindrical-coordinate representation of color #71DBC6: hue angle of 168.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DBC6 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 219 198 -
CMYK 0.48 0 0.10 0.14
HSL 168.11º 0.6% 0.65% -
HSV(B) 168.11º 0.48% 0.86% -
XYZ 42.33 58.25 62.44 -
YUV 184.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 113 219 198 0.48 0 0.10 0.14 168.11 0.6 0.65
Hex 71 DB C6 30 0 A E A8 3C 41
Octal 161 333 306 60 0 12 16 250 74 101
Binary 1110001 11011011 11000110 110000 0 1010 1110 10101000 111100 1000001

Color Harmonies of #71DBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DBC6

Black with #71DBC6

Text Example


Text Example

White with #71DBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,219,198); }

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

background-color css

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

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

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

border-color css

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

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

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