Html Css Color HEX #71DFD2 Downy

📋 copy color: '#71DFD2'

red 113 ◦ green 223 ◦ blue 210

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

Shades of Downy #71DFD2

Tints of Downy #71DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.84%

 BLUE value IS 210 (82.42% from 255) = 38.46%

R = 20.7%
G = 40.84%
B = 38.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#71DFD2 (or 0x71DFD2) is known color: Downy. HEX triplet: 71, DF and D2. RGB value is (113,223,210). Sum of RGB (Red+Green+Blue) = 113+223+210=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #71DFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71DFD2 is #8E202D. Grayscale: #BCBCBC. Windows color (decimal): -9314350 or 13819761. OLE color: 13819761.

HSL color Cylindrical-coordinate representation of color #71DFD2: hue angle of 172.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71DFD2 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 223 210 -
CMYK 0.49 0 0.06 0.13
HSL 172.91º 0.63% 0.66% -
HSV(B) 172.91º 0.49% 0.87% -
XYZ 44.83 60.94 70.37 -
YUV 188.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 113 223 210 0.49 0 0.06 0.13 172.91 0.63 0.66
Hex 71 DF D2 31 0 6 D AD 3F 42
Octal 161 337 322 61 0 6 15 255 77 102
Binary 1110001 11011111 11010010 110001 0 110 1101 10101101 111111 1000010

Color Harmonies of #71DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71DFD2

Black with #71DFD2

Text Example


Text Example

White with #71DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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