Html Css Color HEX #71D5CA Downy

📋 copy color: '#71D5CA'

red 113 ◦ green 213 ◦ blue 202

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

Shades of Downy #71D5CA

Tints of Downy #71D5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 21.4%
G = 40.34%
B = 38.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#71D5CA (or 0x71D5CA) is known color: Downy. HEX triplet: 71, D5 and CA. RGB value is (113,213,202). Sum of RGB (Red+Green+Blue) = 113+213+202=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #71D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71D5CA is #8E2A35. Grayscale: #B5B5B5. Windows color (decimal): -9316918 or 13292913. OLE color: 13292913.

HSL color Cylindrical-coordinate representation of color #71D5CA: hue angle of 173.4º 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 #71D5CA is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 213 202 -
CMYK 0.47 0 0.05 0.16
HSL 173.4º 0.54% 0.64% -
HSV(B) 173.4º 0.47% 0.84% -
XYZ 41.26 55.36 64.39 -
YUV 181.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 113 213 202 0.47 0 0.05 0.16 173.4 0.54 0.64
Hex 71 D5 CA 2F 0 5 10 AD 36 40
Octal 161 325 312 57 0 5 20 255 66 100
Binary 1110001 11010101 11001010 101111 0 101 10000 10101101 110110 1000000

Color Harmonies of #71D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D5CA

Black with #71D5CA

Text Example


Text Example

White with #71D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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