Html Css Color HEX #58CFBB Downy

📋 copy color: '#58CFBB'

red 88 ◦ green 207 ◦ blue 187

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

Shades of Downy #58CFBB

Tints of Downy #58CFBB

RGB

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

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

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

R = 18.26%
G = 42.95%
B = 38.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#58CFBB (or 0x58CFBB) is known color: Downy. HEX triplet: 58, CF and BB. RGB value is (88,207,187). Sum of RGB (Red+Green+Blue) = 88+207+187=482 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.26% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #58CFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CFBB is #A73044. Grayscale: #A9A9A9. Windows color (decimal): -10956869 or 12308312. OLE color: 12308312.

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

Color convert

RGB 88 207 187 -
CMYK 0.57 0 0.10 0.19
HSL 169.92º 0.55% 0.58% -
HSV(B) 169.92º 0.57% 0.81% -
XYZ 35.31 50.29 54.86 -
YUV 169.14 138.08 70.13 -
System Red Green Blue C M Y K H S L
Decimal 88 207 187 0.57 0 0.10 0.19 169.92 0.55 0.58
Hex 58 CF BB 39 0 A 13 AA 37 3A
Octal 130 317 273 71 0 12 23 252 67 72
Binary 1011000 11001111 10111011 111001 0 1010 10011 10101010 110111 111010

Color Harmonies of #58CFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CFBB

Black with #58CFBB

Text Example


Text Example

White with #58CFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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