Html Css Color HEX #60CCBD Downy

📋 copy color: '#60CCBD'

red 96 ◦ green 204 ◦ blue 189

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

Shades of Downy #60CCBD

Tints of Downy #60CCBD

RGB

 RED value IS 96 (37.89% from 255) = 19.63%

 GREEN value IS 204 (80.08% from 255) = 41.72%

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

R = 19.63%
G = 41.72%
B = 38.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#60CCBD (or 0x60CCBD) is known color: Downy. HEX triplet: 60, CC and BD. RGB value is (96,204,189). Sum of RGB (Red+Green+Blue) = 96+204+189=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCBD is #9F3342. Grayscale: #A9A9A9. Windows color (decimal): -10433347 or 12438624. OLE color: 12438624.

HSL color Cylindrical-coordinate representation of color #60CCBD: hue angle of 171.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CCBD is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 204 189 -
CMYK 0.53 0 0.07 0.2
HSL 171.67º 0.51% 0.59% -
HSV(B) 171.67º 0.53% 0.8% -
XYZ 35.6 49.35 55.79 -
YUV 170 138.72 75.22 -
System Red Green Blue C M Y K H S L
Decimal 96 204 189 0.53 0 0.07 0.2 171.67 0.51 0.59
Hex 60 CC BD 35 0 7 14 AC 33 3B
Octal 140 314 275 65 0 7 24 254 63 73
Binary 1100000 11001100 10111101 110101 0 111 10100 10101100 110011 111011

Color Harmonies of #60CCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCBD

Black with #60CCBD

Text Example


Text Example

White with #60CCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60CCBD; }

 p { color: rgb(96,204,189); }

 H1.HeaderClassName
 {
   color: #60CCBD;
 }
 .AnyTagClassName
 {
   color: #60CCBD;
 }
</style>

background-color css

<style>
 a { background-color: #60CCBD; }

 a { background-color: rgb(96,204,189); }

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

border-color css

<style>
 span { border-color: #60CCBD; }

 span { border-color: rgb(96,204,189); }

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