Html Css Color HEX #73EFB6 Downy

📋 copy color: '#73EFB6'

red 115 ◦ green 239 ◦ blue 182

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

Shades of Downy #73EFB6

Tints of Downy #73EFB6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

 BLUE value IS 182 (71.48% from 255) = 33.96%

R = 21.46%
G = 44.59%
B = 33.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#73EFB6 (or 0x73EFB6) is known color: Downy. HEX triplet: 73, EF and B6. RGB value is (115,239,182). Sum of RGB (Red+Green+Blue) = 115+239+182=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 182 (71.48% from 255 or 33.96% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #73EFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #73EFB6 is #8C1049. Grayscale: #C3C3C3. Windows color (decimal): -9179210 or 11988851. OLE color: 11988851.

HSL color Cylindrical-coordinate representation of color #73EFB6: hue angle of 152.42º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73EFB6 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB 115 239 182 -
CMYK 0.52 0 0.24 0.06
HSL 152.42º 0.79% 0.69% -
HSV(B) 152.42º 0.52% 0.94% -
XYZ 46.38 68.76 55.08 -
YUV 195.43 120.42 70.63 -
System Red Green Blue C M Y K H S L
Decimal 115 239 182 0.52 0 0.24 0.06 152.42 0.79 0.69
Hex 73 EF B6 34 0 18 6 98 4F 45
Octal 163 357 266 64 0 30 6 230 117 105
Binary 1110011 11101111 10110110 110100 0 11000 110 10011000 1001111 1000101

Color Harmonies of #73EFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73EFB6

Black with #73EFB6

Text Example


Text Example

White with #73EFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,239,182); }

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

background-color css

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

 a { background-color: rgb(115,239,182); }

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

border-color css

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

 span { border-color: rgb(115,239,182); }

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