Html Css Color HEX #71CBC1 Downy

📋 copy color: '#71CBC1'

red 113 ◦ green 203 ◦ blue 193

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

Shades of Downy #71CBC1

Tints of Downy #71CBC1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.88%

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 22.2%
G = 39.88%
B = 37.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#71CBC1 (or 0x71CBC1) is known color: Downy. HEX triplet: 71, CB and C1. RGB value is (113,203,193). Sum of RGB (Red+Green+Blue) = 113+203+193=509 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.20% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #71CBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBC1 is #8E343E. Grayscale: #AEAEAE. Windows color (decimal): -9319487 or 12700529. OLE color: 12700529.

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

Color convert

RGB 113 203 193 -
CMYK 0.44 0 0.05 0.20
HSL 173.33º 0.46% 0.62% -
HSV(B) 173.33º 0.44% 0.8% -
XYZ 37.79 50.07 58.13 -
YUV 174.95 138.18 83.81 -
System Red Green Blue C M Y K H S L
Decimal 113 203 193 0.44 0 0.05 0.20 173.33 0.46 0.62
Hex 71 CB C1 2C 0 5 14 AD 2E 3E
Octal 161 313 301 54 0 5 24 255 56 76
Binary 1110001 11001011 11000001 101100 0 101 10100 10101101 101110 111110

Color Harmonies of #71CBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBC1

Black with #71CBC1

Text Example


Text Example

White with #71CBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,193); }

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

background-color css

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

 a { background-color: rgb(113,203,193); }

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

border-color css

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

 span { border-color: rgb(113,203,193); }

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