Html Css Color HEX #58EFBC Downy

📋 copy color: '#58EFBC'

red 88 ◦ green 239 ◦ blue 188

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

Shades of Downy #58EFBC

Tints of Downy #58EFBC

RGB

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

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

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

R = 17.09%
G = 46.41%
B = 36.5%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#58EFBC (or 0x58EFBC) is known color: Downy. HEX triplet: 58, EF and BC. RGB value is (88,239,188). Sum of RGB (Red+Green+Blue) = 88+239+188=515 (68% of max value = 765). Red value is 88 (34.77% from 255 or 17.09% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #58EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #58EFBC is #A71043. Grayscale: #BCBCBC. Windows color (decimal): -10948676 or 12382040. OLE color: 12382040.

HSL color Cylindrical-coordinate representation of color #58EFBC: hue angle of 159.74º 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 #58EFBC is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 88 239 188 -
CMYK 0.63 0 0.21 0.06
HSL 159.74º 0.83% 0.64% -
HSV(B) 159.74º 0.63% 0.94% -
XYZ 43.97 67.44 58.28 -
YUV 188.04 127.97 56.65 -
System Red Green Blue C M Y K H S L
Decimal 88 239 188 0.63 0 0.21 0.06 159.74 0.83 0.64
Hex 58 EF BC 3F 0 15 6 A0 53 40
Octal 130 357 274 77 0 25 6 240 123 100
Binary 1011000 11101111 10111100 111111 0 10101 110 10100000 1010011 1000000

Color Harmonies of #58EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58EFBC

Black with #58EFBC

Text Example


Text Example

White with #58EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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