Html Css Color HEX #58EFBB Downy

📋 copy color: '#58EFBB'

red 88 ◦ green 239 ◦ blue 187

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

Shades of Downy #58EFBB

Tints of Downy #58EFBB

RGB

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

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

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

R = 17.12%
G = 46.5%
B = 36.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#58EFBB (or 0x58EFBB) is known color: Downy. HEX triplet: 58, EF and BB. RGB value is (88,239,187). Sum of RGB (Red+Green+Blue) = 88+239+187=514 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.12% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFBB is #A71044. Grayscale: #BBBBBB. Windows color (decimal): -10948677 or 12316504. OLE color: 12316504.

HSL color Cylindrical-coordinate representation of color #58EFBB: hue angle of 159.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58EFBB is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 239 187 -
CMYK 0.63 0 0.22 0.06
HSL 159.34º 0.83% 0.64% -
HSV(B) 159.34º 0.63% 0.94% -
XYZ 43.86 67.4 57.71 -
YUV 187.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 88 239 187 0.63 0 0.22 0.06 159.34 0.83 0.64
Hex 58 EF BB 3F 0 16 6 9F 53 40
Octal 130 357 273 77 0 26 6 237 123 100
Binary 1011000 11101111 10111011 111111 0 10110 110 10011111 1010011 1000000

Color Harmonies of #58EFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFBB

Black with #58EFBB

Text Example


Text Example

White with #58EFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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