Html Css Color HEX #58CEBB Downy

📋 copy color: '#58CEBB'

red 88 ◦ green 206 ◦ blue 187

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

Shades of Downy #58CEBB

Tints of Downy #58CEBB

RGB

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

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

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

R = 18.3%
G = 42.83%
B = 38.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#58CEBB (or 0x58CEBB) is known color: Downy. HEX triplet: 58, CE and BB. RGB value is (88,206,187). Sum of RGB (Red+Green+Blue) = 88+206+187=481 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.30% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEBB is #A73144. Grayscale: #A8A8A8. Windows color (decimal): -10957125 or 12308056. OLE color: 12308056.

HSL color Cylindrical-coordinate representation of color #58CEBB: hue angle of 170.34º 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 #58CEBB is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 206 187 -
CMYK 0.57 0 0.09 0.19
HSL 170.34º 0.55% 0.58% -
HSV(B) 170.34º 0.57% 0.81% -
XYZ 35.07 49.81 54.78 -
YUV 168.55 138.41 70.54 -
System Red Green Blue C M Y K H S L
Decimal 88 206 187 0.57 0 0.09 0.19 170.34 0.55 0.58
Hex 58 CE BB 39 0 9 13 AA 37 3A
Octal 130 316 273 71 0 11 23 252 67 72
Binary 1011000 11001110 10111011 111001 0 1001 10011 10101010 110111 111010

Color Harmonies of #58CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEBB

Black with #58CEBB

Text Example


Text Example

White with #58CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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