Html Css Color HEX #59CBBC Downy

📋 copy color: '#59CBBC'

red 89 ◦ green 203 ◦ blue 188

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

Shades of Downy #59CBBC

Tints of Downy #59CBBC

RGB

 RED value IS 89 (35.16% from 255) = 18.54%

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 18.54%
G = 42.29%
B = 39.17%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#59CBBC (or 0x59CBBC) is known color: Downy. HEX triplet: 59, CB and BC. RGB value is (89,203,188). Sum of RGB (Red+Green+Blue) = 89+203+188=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #59CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBBC is #A63443. Grayscale: #A7A7A7. Windows color (decimal): -10892356 or 12372825. OLE color: 12372825.

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

Color convert

RGB 89 203 188 -
CMYK 0.56 0 0.07 0.20
HSL 172.11º 0.52% 0.57% -
HSV(B) 172.11º 0.56% 0.8% -
XYZ 34.55 48.47 55.11 -
YUV 167.2 139.73 72.22 -
System Red Green Blue C M Y K H S L
Decimal 89 203 188 0.56 0 0.07 0.20 172.11 0.52 0.57
Hex 59 CB BC 38 0 7 14 AC 34 39
Octal 131 313 274 70 0 7 24 254 64 71
Binary 1011001 11001011 10111100 111000 0 111 10100 10101100 110100 111001

Color Harmonies of #59CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CBBC

Black with #59CBBC

Text Example


Text Example

White with #59CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59CBBC; }

 p { color: rgb(89,203,188); }

 H1.HeaderClassName
 {
   color: #59CBBC;
 }
 .AnyTagClassName
 {
   color: #59CBBC;
 }
</style>

background-color css

<style>
 a { background-color: #59CBBC; }

 a { background-color: rgb(89,203,188); }

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

border-color css

<style>
 span { border-color: #59CBBC; }

 span { border-color: rgb(89,203,188); }

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