Html Css Color HEX #58CEB9 Downy

📋 copy color: '#58CEB9'

red 88 ◦ green 206 ◦ blue 185

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

Shades of Downy #58CEB9

Tints of Downy #58CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.01%

 BLUE value IS 185 (72.66% from 255) = 38.62%

R = 18.37%
G = 43.01%
B = 38.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#58CEB9 (or 0x58CEB9) is known color: Downy. HEX triplet: 58, CE and B9. RGB value is (88,206,185). Sum of RGB (Red+Green+Blue) = 88+206+185=479 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.37% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEB9 is #A73146. Grayscale: #A8A8A8. Windows color (decimal): -10957127 or 12176984. OLE color: 12176984.

HSL color Cylindrical-coordinate representation of color #58CEB9: hue angle of 169.32º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CEB9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 206 185 -
CMYK 0.57 0 0.10 0.19
HSL 169.32º 0.55% 0.58% -
HSV(B) 169.32º 0.57% 0.81% -
XYZ 34.85 49.72 53.66 -
YUV 168.32 137.41 70.71 -
System Red Green Blue C M Y K H S L
Decimal 88 206 185 0.57 0 0.10 0.19 169.32 0.55 0.58
Hex 58 CE B9 39 0 A 13 A9 37 3A
Octal 130 316 271 71 0 12 23 251 67 72
Binary 1011000 11001110 10111001 111001 0 1010 10011 10101001 110111 111010

Color Harmonies of #58CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEB9

Black with #58CEB9

Text Example


Text Example

White with #58CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,206,185); }

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

background-color css

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

 a { background-color: rgb(88,206,185); }

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

border-color css

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

 span { border-color: rgb(88,206,185); }

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