#60D7C1

Color #60D7C1 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #60D7C1

Tints of Downy #60D7C1

Color information

#60D7C1 (or 0x60D7C1) is unknown color: approx Downy. HEX triplet: 60, D7 and C1. RGB value is (96,215,193). Sum of RGB (Red+Green+Blue) = 96+215+193=504 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.05% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #60D7C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60D7C1 is #9F283E. Grayscale: #B0B0B0. Windows color (decimal): -10430527 or 12703584. OLE color: 12703584.

HSL color Cylindrical-coordinate representation of color #60D7C1: hue angle of 168.91º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D7C1 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB96215193-
CMYK0.5500.100.16
HSL168.91º59.8%60.98%-
HSV(B)168.91º55.35%84.31%-
XYZ38.7554.9459.01-
YUV176.91137.0870.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.05%
GREEN value IS 215 (84.38% from 255) = 42.66%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=19.05%
G=42.66%
B=38.29%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962151930.5500.100.16168.9159.860.98
Hex60D7C1370A10a93c3d
Octal14032730167012202517475
Binary11000001101011111000001110111010101000010101001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,215,193); }

 H1.HeaderClassName
 {
   color: #60D7C1;
 }
 .AnyTagClassName
 {
   color: #60D7C1;
 }
</style>
background-color css

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

 a { background-color: rgb(96,215,193); }

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

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

 span { border-color: rgb(96,215,193); }

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