Html Css Color HEX #58EABB Downy

📋 copy color: '#58EABB'

red 88 ◦ green 234 ◦ blue 187

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

Shades of Downy #58EABB

Tints of Downy #58EABB

RGB

 RED value IS 88 (34.77% from 255) = 17.29%

 GREEN value IS 234 (91.8% from 255) = 45.97%

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

R = 17.29%
G = 45.97%
B = 36.74%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#58EABB (or 0x58EABB) is known color: Downy. HEX triplet: 58, EA and BB. RGB value is (88,234,187). Sum of RGB (Red+Green+Blue) = 88+234+187=509 (67% of max value = 765). Red value is 88 (34.77% from 255 or 17.29% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #58EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EABB is #A71544. Grayscale: #B9B9B9. Windows color (decimal): -10949957 or 12315224. OLE color: 12315224.

HSL color Cylindrical-coordinate representation of color #58EABB: hue angle of 160.68º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58EABB is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 234 187 -
CMYK 0.62 0 0.20 0.08
HSL 160.68º 0.78% 0.63% -
HSV(B) 160.68º 0.62% 0.92% -
XYZ 42.42 64.51 57.23 -
YUV 184.99 129.13 58.82 -
System Red Green Blue C M Y K H S L
Decimal 88 234 187 0.62 0 0.20 0.08 160.68 0.78 0.63
Hex 58 EA BB 3E 0 14 8 A1 4E 3F
Octal 130 352 273 76 0 24 10 241 116 77
Binary 1011000 11101010 10111011 111110 0 10100 1000 10100001 1001110 111111

Color Harmonies of #58EABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EABB

Black with #58EABB

Text Example


Text Example

White with #58EABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58EABB; }

 p { color: rgb(88,234,187); }

 H1.HeaderClassName
 {
   color: #58EABB;
 }
 .AnyTagClassName
 {
   color: #58EABB;
 }
</style>

background-color css

<style>
 a { background-color: #58EABB; }

 a { background-color: rgb(88,234,187); }

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

border-color css

<style>
 span { border-color: #58EABB; }

 span { border-color: rgb(88,234,187); }

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