Html Css Color HEX #58CEBC Downy

📋 copy color: '#58CEBC'

red 88 ◦ green 206 ◦ blue 188

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

Shades of Downy #58CEBC

Tints of Downy #58CEBC

RGB

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

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

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

R = 18.26%
G = 42.74%
B = 39%

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

#58CEBC (or 0x58CEBC) is known color: Downy. HEX triplet: 58, CE and BC. RGB value is (88,206,188). Sum of RGB (Red+Green+Blue) = 88+206+188=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 188 (73.83% from 255 or 39.00% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #58CEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CEBC is #A73143. Grayscale: #A8A8A8. Windows color (decimal): -10957124 or 12373592. OLE color: 12373592.

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

Color convert

RGB 88 206 188 -
CMYK 0.57 0 0.09 0.19
HSL 170.85º 0.55% 0.58% -
HSV(B) 170.85º 0.57% 0.81% -
XYZ 35.17 49.85 55.34 -
YUV 168.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 88 206 188 0.57 0 0.09 0.19 170.85 0.55 0.58
Hex 58 CE BC 39 0 9 13 AB 37 3A
Octal 130 316 274 71 0 11 23 253 67 72
Binary 1011000 11001110 10111100 111001 0 1001 10011 10101011 110111 111010

Color Harmonies of #58CEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CEBC

Black with #58CEBC

Text Example


Text Example

White with #58CEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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