Html Css Color HEX #58CBBA Downy

📋 copy color: '#58CBBA'

red 88 ◦ green 203 ◦ blue 186

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

Shades of Downy #58CBBA

Tints of Downy #58CBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.56%

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

R = 18.45%
G = 42.56%
B = 38.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#58CBBA (or 0x58CBBA) is known color: Downy. HEX triplet: 58, CB and BA. RGB value is (88,203,186). Sum of RGB (Red+Green+Blue) = 88+203+186=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 203 - color contains mainly: green. Hex color #58CBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CBBA is #A73445. Grayscale: #A6A6A6. Windows color (decimal): -10957894 or 12241752. OLE color: 12241752.

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

Color convert

RGB 88 203 186 -
CMYK 0.57 0 0.08 0.20
HSL 171.13º 0.53% 0.57% -
HSV(B) 171.13º 0.57% 0.8% -
XYZ 34.24 48.33 53.98 -
YUV 166.68 138.9 71.88 -
System Red Green Blue C M Y K H S L
Decimal 88 203 186 0.57 0 0.08 0.20 171.13 0.53 0.57
Hex 58 CB BA 39 0 8 14 AB 35 39
Octal 130 313 272 71 0 10 24 253 65 71
Binary 1011000 11001011 10111010 111001 0 1000 10100 10101011 110101 111001

Color Harmonies of #58CBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CBBA

Black with #58CBBA

Text Example


Text Example

White with #58CBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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