Html Css Color HEX #71CAB8 Downy

📋 copy color: '#71CAB8'

red 113 ◦ green 202 ◦ blue 184

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

Shades of Downy #71CAB8

Tints of Downy #71CAB8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

 BLUE value IS 184 (72.27% from 255) = 36.87%

R = 22.65%
G = 40.48%
B = 36.87%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#71CAB8 (or 0x71CAB8) is known color: Downy. HEX triplet: 71, CA and B8. RGB value is (113,202,184). Sum of RGB (Red+Green+Blue) = 113+202+184=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 184 (72.27% from 255 or 36.87% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #71CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CAB8 is #8E3547. Grayscale: #ADADAD. Windows color (decimal): -9319752 or 12110449. OLE color: 12110449.

HSL color Cylindrical-coordinate representation of color #71CAB8: hue angle of 167.87º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CAB8 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 202 184 -
CMYK 0.44 0 0.09 0.21
HSL 167.87º 0.46% 0.62% -
HSV(B) 167.87º 0.44% 0.79% -
XYZ 36.58 49.21 52.92 -
YUV 173.34 134.01 84.96 -
System Red Green Blue C M Y K H S L
Decimal 113 202 184 0.44 0 0.09 0.21 167.87 0.46 0.62
Hex 71 CA B8 2C 0 9 15 A8 2E 3E
Octal 161 312 270 54 0 11 25 250 56 76
Binary 1110001 11001010 10111000 101100 0 1001 10101 10101000 101110 111110

Color Harmonies of #71CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CAB8

Black with #71CAB8

Text Example


Text Example

White with #71CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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