Html Css Color HEX #71E2CA Downy

📋 copy color: '#71E2CA'

red 113 ◦ green 226 ◦ blue 202

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

Shades of Downy #71E2CA

Tints of Downy #71E2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.77%

 BLUE value IS 202 (79.3% from 255) = 37.34%

R = 20.89%
G = 41.77%
B = 37.34%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#71E2CA (or 0x71E2CA) is known color: Downy. HEX triplet: 71, E2 and CA. RGB value is (113,226,202). Sum of RGB (Red+Green+Blue) = 113+226+202=541 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.89% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #71E2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71E2CA is #8E1D35. Grayscale: #BDBDBD. Windows color (decimal): -9313590 or 13296241. OLE color: 13296241.

HSL color Cylindrical-coordinate representation of color #71E2CA: hue angle of 167.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E2CA is Cyan = 0.5, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 113 226 202 -
CMYK 0.5 0 0.11 0.11
HSL 167.26º 0.66% 0.66% -
HSV(B) 167.26º 0.5% 0.89% -
XYZ 44.67 62.17 65.52 -
YUV 189.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 113 226 202 0.5 0 0.11 0.11 167.26 0.66 0.66
Hex 71 E2 CA 32 0 B B A7 42 42
Octal 161 342 312 62 0 13 13 247 102 102
Binary 1110001 11100010 11001010 110010 0 1011 1011 10100111 1000010 1000010

Color Harmonies of #71E2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E2CA

Black with #71E2CA

Text Example


Text Example

White with #71E2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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