Html Css Color HEX #60C6BD Downy

📋 copy color: '#60C6BD'

red 96 ◦ green 198 ◦ blue 189

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

Shades of Downy #60C6BD

Tints of Downy #60C6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.99%

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

R = 19.88%
G = 40.99%
B = 39.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#60C6BD (or 0x60C6BD) is known color: Downy. HEX triplet: 60, C6 and BD. RGB value is (96,198,189). Sum of RGB (Red+Green+Blue) = 96+198+189=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 198 (77.73% from 255 or 40.99% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 198 - color contains mainly: green. Hex color #60C6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C6BD is #9F3942. Grayscale: #A6A6A6. Windows color (decimal): -10434883 or 12437088. OLE color: 12437088.

HSL color Cylindrical-coordinate representation of color #60C6BD: hue angle of 174.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C6BD is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 198 189 -
CMYK 0.52 0 0.05 0.22
HSL 174.71º 0.47% 0.58% -
HSV(B) 174.71º 0.52% 0.78% -
XYZ 34.2 46.55 55.33 -
YUV 166.48 140.71 77.73 -
System Red Green Blue C M Y K H S L
Decimal 96 198 189 0.52 0 0.05 0.22 174.71 0.47 0.58
Hex 60 C6 BD 34 0 5 16 AF 2F 3A
Octal 140 306 275 64 0 5 26 257 57 72
Binary 1100000 11000110 10111101 110100 0 101 10110 10101111 101111 111010

Color Harmonies of #60C6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C6BD

Black with #60C6BD

Text Example


Text Example

White with #60C6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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