Html Css Color HEX #58CFBD Downy

📋 copy color: '#58CFBD'

red 88 ◦ green 207 ◦ blue 189

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

Shades of Downy #58CFBD

Tints of Downy #58CFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.77%

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 18.18%
G = 42.77%
B = 39.05%

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

#58CFBD (or 0x58CFBD) is known color: Downy. HEX triplet: 58, CF and BD. RGB value is (88,207,189). Sum of RGB (Red+Green+Blue) = 88+207+189=484 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.18% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFBD is #A73042. Grayscale: #A9A9A9. Windows color (decimal): -10956867 or 12439384. OLE color: 12439384.

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

Color convert

RGB 88 207 189 -
CMYK 0.57 0 0.09 0.19
HSL 170.92º 0.55% 0.58% -
HSV(B) 170.92º 0.57% 0.81% -
XYZ 35.52 50.37 56 -
YUV 169.37 139.08 69.96 -
System Red Green Blue C M Y K H S L
Decimal 88 207 189 0.57 0 0.09 0.19 170.92 0.55 0.58
Hex 58 CF BD 39 0 9 13 AB 37 3A
Octal 130 317 275 71 0 11 23 253 67 72
Binary 1011000 11001111 10111101 111001 0 1001 10011 10101011 110111 111010

Color Harmonies of #58CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFBD

Black with #58CFBD

Text Example


Text Example

White with #58CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,207,189); }

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

background-color css

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

 a { background-color: rgb(88,207,189); }

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

border-color css

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

 span { border-color: rgb(88,207,189); }

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