Html Css Color HEX #73E8C8 Downy

📋 copy color: '#73E8C8'

red 115 ◦ green 232 ◦ blue 200

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

Shades of Downy #73E8C8

Tints of Downy #73E8C8

RGB

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

 GREEN value IS 232 (91.02% from 255) = 42.41%

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

R = 21.02%
G = 42.41%
B = 36.56%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#73E8C8 (or 0x73E8C8) is known color: Downy. HEX triplet: 73, E8 and C8. RGB value is (115,232,200). Sum of RGB (Red+Green+Blue) = 115+232+200=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #73E8C8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73E8C8 is #8C1737. Grayscale: #C1C1C1. Windows color (decimal): -9180984 or 13166707. OLE color: 13166707.

HSL color Cylindrical-coordinate representation of color #73E8C8: hue angle of 163.59º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73E8C8 is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB 115 232 200 -
CMYK 0.50 0 0.14 0.09
HSL 163.59º 0.72% 0.68% -
HSV(B) 163.59º 0.5% 0.91% -
XYZ 46.35 65.53 64.85 -
YUV 193.37 131.74 72.1 -
System Red Green Blue C M Y K H S L
Decimal 115 232 200 0.50 0 0.14 0.09 163.59 0.72 0.68
Hex 73 E8 C8 32 0 E 9 A4 48 44
Octal 163 350 310 62 0 16 11 244 110 104
Binary 1110011 11101000 11001000 110010 0 1110 1001 10100100 1001000 1000100

Color Harmonies of #73E8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73E8C8

Black with #73E8C8

Text Example


Text Example

White with #73E8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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