Html Css Color HEX #71CDBB Downy

📋 copy color: '#71CDBB'

red 113 ◦ green 205 ◦ blue 187

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

Shades of Downy #71CDBB

Tints of Downy #71CDBB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.59%

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 22.38%
G = 40.59%
B = 37.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#71CDBB (or 0x71CDBB) is known color: Downy. HEX triplet: 71, CD and BB. RGB value is (113,205,187). Sum of RGB (Red+Green+Blue) = 113+205+187=505 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.38% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #71CDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CDBB is #8E3244. Grayscale: #AFAFAF. Windows color (decimal): -9318981 or 12307825. OLE color: 12307825.

HSL color Cylindrical-coordinate representation of color #71CDBB: hue angle of 168.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CDBB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 205 187 -
CMYK 0.45 0 0.09 0.20
HSL 168.26º 0.48% 0.62% -
HSV(B) 168.26º 0.45% 0.8% -
XYZ 37.61 50.76 54.83 -
YUV 175.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 113 205 187 0.45 0 0.09 0.20 168.26 0.48 0.62
Hex 71 CD BB 2D 0 9 14 A8 30 3E
Octal 161 315 273 55 0 11 24 250 60 76
Binary 1110001 11001101 10111011 101101 0 1001 10100 10101000 110000 111110

Color Harmonies of #71CDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CDBB

Black with #71CDBB

Text Example


Text Example

White with #71CDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,205,187); }

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

background-color css

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

 a { background-color: rgb(113,205,187); }

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

border-color css

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

 span { border-color: rgb(113,205,187); }

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