Html Css Color HEX #71CCBA Downy

📋 copy color: '#71CCBA'

red 113 ◦ green 204 ◦ blue 186

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

Shades of Downy #71CCBA

Tints of Downy #71CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 22.47%
G = 40.56%
B = 36.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#71CCBA (or 0x71CCBA) is known color: Downy. HEX triplet: 71, CC and BA. RGB value is (113,204,186). Sum of RGB (Red+Green+Blue) = 113+204+186=503 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.47% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #71CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCBA is #8E3345. Grayscale: #AEAEAE. Windows color (decimal): -9319238 or 12242033. OLE color: 12242033.

HSL color Cylindrical-coordinate representation of color #71CCBA: hue angle of 168.13º degrees, saturation: 0.47, 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 #71CCBA is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 186 -
CMYK 0.45 0 0.09 0.2
HSL 168.13º 0.47% 0.62% -
HSV(B) 168.13º 0.45% 0.8% -
XYZ 37.27 50.24 54.19 -
YUV 174.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 113 204 186 0.45 0 0.09 0.2 168.13 0.47 0.62
Hex 71 CC BA 2D 0 9 14 A8 2F 3E
Octal 161 314 272 55 0 11 24 250 57 76
Binary 1110001 11001100 10111010 101101 0 1001 10100 10101000 101111 111110

Color Harmonies of #71CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CCBA

Black with #71CCBA

Text Example


Text Example

White with #71CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,204,186); }

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

background-color css

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

 a { background-color: rgb(113,204,186); }

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

border-color css

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

 span { border-color: rgb(113,204,186); }

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