Html Css Color HEX #71D5C8 Downy

📋 copy color: '#71D5C8'

red 113 ◦ green 213 ◦ blue 200

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

Shades of Downy #71D5C8

Tints of Downy #71D5C8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 40.49%

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 21.48%
G = 40.49%
B = 38.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#71D5C8 (or 0x71D5C8) is known color: Downy. HEX triplet: 71, D5 and C8. RGB value is (113,213,200). Sum of RGB (Red+Green+Blue) = 113+213+200=526 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.48% from 526); Green value is 213 (83.59% from 255 or 40.49% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5C8 is #8E2A37. Grayscale: #B5B5B5. Windows color (decimal): -9316920 or 13161841. OLE color: 13161841.

HSL color Cylindrical-coordinate representation of color #71D5C8: hue angle of 172.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D5C8 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 200 -
CMYK 0.47 0 0.06 0.16
HSL 172.2º 0.54% 0.64% -
HSV(B) 172.2º 0.47% 0.84% -
XYZ 41.03 55.27 63.15 -
YUV 181.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 113 213 200 0.47 0 0.06 0.16 172.2 0.54 0.64
Hex 71 D5 C8 2F 0 6 10 AC 36 40
Octal 161 325 310 57 0 6 20 254 66 100
Binary 1110001 11010101 11001000 101111 0 110 10000 10101100 110110 1000000

Color Harmonies of #71D5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D5C8

Black with #71D5C8

Text Example


Text Example

White with #71D5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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