Html Css Color HEX #73D6C9 Downy

📋 copy color: '#73D6C9'

red 115 ◦ green 214 ◦ blue 201

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

Shades of Downy #73D6C9

Tints of Downy #73D6C9

RGB

 RED value IS 115 (45.31% from 255) = 21.7%

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 21.7%
G = 40.38%
B = 37.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#73D6C9 (or 0x73D6C9) is known color: Downy. HEX triplet: 73, D6 and C9. RGB value is (115,214,201). Sum of RGB (Red+Green+Blue) = 115+214+201=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6C9 is #8C2936. Grayscale: #B6B6B6. Windows color (decimal): -9185591 or 13227635. OLE color: 13227635.

HSL color Cylindrical-coordinate representation of color #73D6C9: hue angle of 172.12º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D6C9 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 115 214 201 -
CMYK 0.46 0 0.06 0.16
HSL 172.12º 0.55% 0.65% -
HSV(B) 172.12º 0.46% 0.84% -
XYZ 41.66 55.96 63.86 -
YUV 182.92 138.2 79.56 -
System Red Green Blue C M Y K H S L
Decimal 115 214 201 0.46 0 0.06 0.16 172.12 0.55 0.65
Hex 73 D6 C9 2E 0 6 10 AC 37 41
Octal 163 326 311 56 0 6 20 254 67 101
Binary 1110011 11010110 11001001 101110 0 110 10000 10101100 110111 1000001

Color Harmonies of #73D6C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D6C9

Black with #73D6C9

Text Example


Text Example

White with #73D6C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73D6C9; }

 p { color: rgb(115,214,201); }

 H1.HeaderClassName
 {
   color: #73D6C9;
 }
 .AnyTagClassName
 {
   color: #73D6C9;
 }
</style>

background-color css

<style>
 a { background-color: #73D6C9; }

 a { background-color: rgb(115,214,201); }

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

border-color css

<style>
 span { border-color: #73D6C9; }

 span { border-color: rgb(115,214,201); }

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