Html Css Color HEX #58CCBA Downy

📋 copy color: '#58CCBA'

red 88 ◦ green 204 ◦ blue 186

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

Shades of Downy #58CCBA

Tints of Downy #58CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.68%

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 18.41%
G = 42.68%
B = 38.91%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#58CCBA (or 0x58CCBA) is known color: Downy. HEX triplet: 58, CC and BA. RGB value is (88,204,186). Sum of RGB (Red+Green+Blue) = 88+204+186=478 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.41% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #58CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CCBA is #A73345. Grayscale: #A7A7A7. Windows color (decimal): -10957638 or 12242008. OLE color: 12242008.

HSL color Cylindrical-coordinate representation of color #58CCBA: hue angle of 170.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58CCBA is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 204 186 -
CMYK 0.57 0 0.09 0.2
HSL 170.69º 0.53% 0.57% -
HSV(B) 170.69º 0.57% 0.8% -
XYZ 34.48 48.81 54.06 -
YUV 167.26 138.57 71.46 -
System Red Green Blue C M Y K H S L
Decimal 88 204 186 0.57 0 0.09 0.2 170.69 0.53 0.57
Hex 58 CC BA 39 0 9 14 AB 35 39
Octal 130 314 272 71 0 11 24 253 65 71
Binary 1011000 11001100 10111010 111001 0 1001 10100 10101011 110101 111001

Color Harmonies of #58CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CCBA

Black with #58CCBA

Text Example


Text Example

White with #58CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,204,186); }

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

background-color css

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

 a { background-color: rgb(88,204,186); }

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

border-color css

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

 span { border-color: rgb(88,204,186); }

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