Html Css Color HEX #5AEDBB Downy

📋 copy color: '#5AEDBB'

red 90 ◦ green 237 ◦ blue 187

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

Shades of Downy #5AEDBB

Tints of Downy #5AEDBB

RGB

 RED value IS 90 (35.55% from 255) = 17.51%

 GREEN value IS 237 (92.97% from 255) = 46.11%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 17.51%
G = 46.11%
B = 36.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#5AEDBB (or 0x5AEDBB) is known color: Downy. HEX triplet: 5A, ED and BB. RGB value is (90,237,187). Sum of RGB (Red+Green+Blue) = 90+237+187=514 (68% of max value = 765). Red value is 90 (35.55% from 255 or 17.51% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #5AEDBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5AEDBB is #A51244. Grayscale: #BBBBBB. Windows color (decimal): -10818117 or 12315994. OLE color: 12315994.

HSL color Cylindrical-coordinate representation of color #5AEDBB: hue angle of 159.59º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEDBB is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 237 187 -
CMYK 0.62 0 0.21 0.07
HSL 159.59º 0.8% 0.64% -
HSV(B) 159.59º 0.62% 0.93% -
XYZ 43.47 66.33 57.53 -
YUV 187.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 90 237 187 0.62 0 0.21 0.07 159.59 0.8 0.64
Hex 5A ED BB 3E 0 15 7 A0 50 40
Octal 132 355 273 76 0 25 7 240 120 100
Binary 1011010 11101101 10111011 111110 0 10101 111 10100000 1010000 1000000

Color Harmonies of #5AEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AEDBB

Black with #5AEDBB

Text Example


Text Example

White with #5AEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AEDBB; }

 p { color: rgb(90,237,187); }

 H1.HeaderClassName
 {
   color: #5AEDBB;
 }
 .AnyTagClassName
 {
   color: #5AEDBB;
 }
</style>

background-color css

<style>
 a { background-color: #5AEDBB; }

 a { background-color: rgb(90,237,187); }

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

border-color css

<style>
 span { border-color: #5AEDBB; }

 span { border-color: rgb(90,237,187); }

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