Html Css Color HEX #55DEBC Downy

📋 copy color: '#55DEBC'

red 85 ◦ green 222 ◦ blue 188

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

Shades of Downy #55DEBC

Tints of Downy #55DEBC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.85%

 BLUE value IS 188 (73.83% from 255) = 37.98%

R = 17.17%
G = 44.85%
B = 37.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#55DEBC (or 0x55DEBC) is known color: Downy. HEX triplet: 55, DE and BC. RGB value is (85,222,188). Sum of RGB (Red+Green+Blue) = 85+222+188=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DEBC is #AA2143. Grayscale: #B1B1B1. Windows color (decimal): -11149636 or 12377685. OLE color: 12377685.

HSL color Cylindrical-coordinate representation of color #55DEBC: hue angle of 165.11º 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 #55DEBC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 188 -
CMYK 0.62 0 0.15 0.13
HSL 165.11º 0.67% 0.6% -
HSV(B) 165.11º 0.62% 0.87% -
XYZ 38.94 57.8 56.68 -
YUV 177.16 134.11 62.26 -
System Red Green Blue C M Y K H S L
Decimal 85 222 188 0.62 0 0.15 0.13 165.11 0.67 0.6
Hex 55 DE BC 3E 0 F D A5 43 3C
Octal 125 336 274 76 0 17 15 245 103 74
Binary 1010101 11011110 10111100 111110 0 1111 1101 10100101 1000011 111100

Color Harmonies of #55DEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DEBC

Black with #55DEBC

Text Example


Text Example

White with #55DEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,222,188); }

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

background-color css

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

 a { background-color: rgb(85,222,188); }

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

border-color css

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

 span { border-color: rgb(85,222,188); }

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