Html Css Color HEX #60CDB7 Downy

📋 copy color: '#60CDB7'

red 96 ◦ green 205 ◦ blue 183

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

Shades of Downy #60CDB7

Tints of Downy #60CDB7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

 BLUE value IS 183 (71.88% from 255) = 37.81%

R = 19.83%
G = 42.36%
B = 37.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#60CDB7 (or 0x60CDB7) is known color: Downy. HEX triplet: 60, CD and B7. RGB value is (96,205,183). Sum of RGB (Red+Green+Blue) = 96+205+183=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #60CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDB7 is #9F3248. Grayscale: #A9A9A9. Windows color (decimal): -10433097 or 12045664. OLE color: 12045664.

HSL color Cylindrical-coordinate representation of color #60CDB7: hue angle of 167.89º degrees, saturation: 0.52, 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 #60CDB7 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 205 183 -
CMYK 0.53 0 0.11 0.20
HSL 167.89º 0.52% 0.59% -
HSV(B) 167.89º 0.53% 0.8% -
XYZ 35.2 49.57 52.51 -
YUV 169.9 135.39 75.29 -
System Red Green Blue C M Y K H S L
Decimal 96 205 183 0.53 0 0.11 0.20 167.89 0.52 0.59
Hex 60 CD B7 35 0 B 14 A8 34 3B
Octal 140 315 267 65 0 13 24 250 64 73
Binary 1100000 11001101 10110111 110101 0 1011 10100 10101000 110100 111011

Color Harmonies of #60CDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDB7

Black with #60CDB7

Text Example


Text Example

White with #60CDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,205,183); }

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

background-color css

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

 a { background-color: rgb(96,205,183); }

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

border-color css

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

 span { border-color: rgb(96,205,183); }

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