Html Css Color HEX #60CCBC Downy

📋 copy color: '#60CCBC'

red 96 ◦ green 204 ◦ blue 188

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

Shades of Downy #60CCBC

Tints of Downy #60CCBC

RGB

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

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

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

R = 19.67%
G = 41.8%
B = 38.52%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#60CCBC (or 0x60CCBC) is known color: Downy. HEX triplet: 60, CC and BC. RGB value is (96,204,188). Sum of RGB (Red+Green+Blue) = 96+204+188=488 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.67% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCBC is #9F3343. Grayscale: #A9A9A9. Windows color (decimal): -10433348 or 12373088. OLE color: 12373088.

HSL color Cylindrical-coordinate representation of color #60CCBC: hue angle of 171.11º 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 #60CCBC is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 204 188 -
CMYK 0.53 0 0.08 0.2
HSL 171.11º 0.51% 0.59% -
HSV(B) 171.11º 0.53% 0.8% -
XYZ 35.49 49.3 55.22 -
YUV 169.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 96 204 188 0.53 0 0.08 0.2 171.11 0.51 0.59
Hex 60 CC BC 35 0 8 14 AB 33 3B
Octal 140 314 274 65 0 10 24 253 63 73
Binary 1100000 11001100 10111100 110101 0 1000 10100 10101011 110011 111011

Color Harmonies of #60CCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCBC

Black with #60CCBC

Text Example


Text Example

White with #60CCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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