Html Css Color HEX #73D7C8 Downy

📋 copy color: '#73D7C8'

red 115 ◦ green 215 ◦ blue 200

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

Shades of Downy #73D7C8

Tints of Downy #73D7C8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.57%

 BLUE value IS 200 (78.52% from 255) = 37.74%

R = 21.7%
G = 40.57%
B = 37.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#73D7C8 (or 0x73D7C8) is known color: Downy. HEX triplet: 73, D7 and C8. RGB value is (115,215,200). Sum of RGB (Red+Green+Blue) = 115+215+200=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #73D7C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D7C8 is #8C2837. Grayscale: #B7B7B7. Windows color (decimal): -9185336 or 13162355. OLE color: 13162355.

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

Color convert

RGB 115 215 200 -
CMYK 0.47 0 0.07 0.16
HSL 171º 0.56% 0.65% -
HSV(B) 171º 0.47% 0.84% -
XYZ 41.8 56.42 63.33 -
YUV 183.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 115 215 200 0.47 0 0.07 0.16 171 0.56 0.65
Hex 73 D7 C8 2F 0 7 10 AB 38 41
Octal 163 327 310 57 0 7 20 253 70 101
Binary 1110011 11010111 11001000 101111 0 111 10000 10101011 111000 1000001

Color Harmonies of #73D7C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D7C8

Black with #73D7C8

Text Example


Text Example

White with #73D7C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,215,200); }

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

background-color css

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

 a { background-color: rgb(115,215,200); }

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

border-color css

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

 span { border-color: rgb(115,215,200); }

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