Html Css Color HEX #71CBC4 Downy

📋 copy color: '#71CBC4'

red 113 ◦ green 203 ◦ blue 196

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

Shades of Downy #71CBC4

Tints of Downy #71CBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 22.07%
G = 39.65%
B = 38.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#71CBC4 (or 0x71CBC4) is known color: Downy. HEX triplet: 71, CB and C4. RGB value is (113,203,196). Sum of RGB (Red+Green+Blue) = 113+203+196=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #71CBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBC4 is #8E343B. Grayscale: #AFAFAF. Windows color (decimal): -9319484 or 12897137. OLE color: 12897137.

HSL color Cylindrical-coordinate representation of color #71CBC4: hue angle of 175.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 #71CBC4 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 203 196 -
CMYK 0.44 0 0.03 0.20
HSL 175.33º 0.46% 0.62% -
HSV(B) 175.33º 0.44% 0.8% -
XYZ 38.13 50.21 59.91 -
YUV 175.29 139.68 83.57 -
System Red Green Blue C M Y K H S L
Decimal 113 203 196 0.44 0 0.03 0.20 175.33 0.46 0.62
Hex 71 CB C4 2C 0 3 14 AF 2E 3E
Octal 161 313 304 54 0 3 24 257 56 76
Binary 1110001 11001011 11000100 101100 0 11 10100 10101111 101110 111110

Color Harmonies of #71CBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBC4

Black with #71CBC4

Text Example


Text Example

White with #71CBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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