Html Css Color HEX #55DDBA Downy

📋 copy color: '#55DDBA'

red 85 ◦ green 221 ◦ blue 186

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

Shades of Downy #55DDBA

Tints of Downy #55DDBA

RGB

 RED value IS 85 (33.59% from 255) = 17.28%

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 17.28%
G = 44.92%
B = 37.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#55DDBA (or 0x55DDBA) is known color: Downy. HEX triplet: 55, DD and BA. RGB value is (85,221,186). Sum of RGB (Red+Green+Blue) = 85+221+186=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DDBA is #AA2245. Grayscale: #B0B0B0. Windows color (decimal): -11149894 or 12246357. OLE color: 12246357.

HSL color Cylindrical-coordinate representation of color #55DDBA: hue angle of 164.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DDBA is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 186 -
CMYK 0.62 0 0.16 0.13
HSL 164.56º 0.67% 0.6% -
HSV(B) 164.56º 0.62% 0.87% -
XYZ 38.47 57.19 55.47 -
YUV 176.35 133.44 62.85 -
System Red Green Blue C M Y K H S L
Decimal 85 221 186 0.62 0 0.16 0.13 164.56 0.67 0.6
Hex 55 DD BA 3E 0 10 D A5 43 3C
Octal 125 335 272 76 0 20 15 245 103 74
Binary 1010101 11011101 10111010 111110 0 10000 1101 10100101 1000011 111100

Color Harmonies of #55DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDBA

Black with #55DDBA

Text Example


Text Example

White with #55DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DDBA; }

 p { color: rgb(85,221,186); }

 H1.HeaderClassName
 {
   color: #55DDBA;
 }
 .AnyTagClassName
 {
   color: #55DDBA;
 }
</style>

background-color css

<style>
 a { background-color: #55DDBA; }

 a { background-color: rgb(85,221,186); }

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

border-color css

<style>
 span { border-color: #55DDBA; }

 span { border-color: rgb(85,221,186); }

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