Html Css Color HEX #58CABB Downy

📋 copy color: '#58CABB'

red 88 ◦ green 202 ◦ blue 187

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

Shades of Downy #58CABB

Tints of Downy #58CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

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

R = 18.45%
G = 42.35%
B = 39.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#58CABB (or 0x58CABB) is known color: Downy. HEX triplet: 58, CA and BB. RGB value is (88,202,187). Sum of RGB (Red+Green+Blue) = 88+202+187=477 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.45% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #58CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58CABB is #A73544. Grayscale: #A6A6A6. Windows color (decimal): -10958149 or 12307032. OLE color: 12307032.

HSL color Cylindrical-coordinate representation of color #58CABB: hue angle of 172.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CABB is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 202 187 -
CMYK 0.56 0 0.07 0.21
HSL 172.11º 0.52% 0.57% -
HSV(B) 172.11º 0.56% 0.79% -
XYZ 34.11 47.9 54.46 -
YUV 166.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 88 202 187 0.56 0 0.07 0.21 172.11 0.52 0.57
Hex 58 CA BB 38 0 7 15 AC 34 39
Octal 130 312 273 70 0 7 25 254 64 71
Binary 1011000 11001010 10111011 111000 0 111 10101 10101100 110100 111001

Color Harmonies of #58CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CABB

Black with #58CABB

Text Example


Text Example

White with #58CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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