Html Css Color HEX #60CEBB Downy

📋 copy color: '#60CEBB'

red 96 ◦ green 206 ◦ blue 187

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

Shades of Downy #60CEBB

Tints of Downy #60CEBB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.13%

 BLUE value IS 187 (73.44% from 255) = 38.24%

R = 19.63%
G = 42.13%
B = 38.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#60CEBB (or 0x60CEBB) is known color: Downy. HEX triplet: 60, CE and BB. RGB value is (96,206,187). Sum of RGB (Red+Green+Blue) = 96+206+187=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEBB is #9F3144. Grayscale: #AAAAAA. Windows color (decimal): -10432837 or 12308064. OLE color: 12308064.

HSL color Cylindrical-coordinate representation of color #60CEBB: hue angle of 169.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CEBB is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 206 187 -
CMYK 0.53 0 0.09 0.19
HSL 169.64º 0.53% 0.59% -
HSV(B) 169.64º 0.53% 0.81% -
XYZ 35.86 50.22 54.82 -
YUV 170.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 96 206 187 0.53 0 0.09 0.19 169.64 0.53 0.59
Hex 60 CE BB 35 0 9 13 AA 35 3B
Octal 140 316 273 65 0 11 23 252 65 73
Binary 1100000 11001110 10111011 110101 0 1001 10011 10101010 110101 111011

Color Harmonies of #60CEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEBB

Black with #60CEBB

Text Example


Text Example

White with #60CEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,206,187); }

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

background-color css

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

 a { background-color: rgb(96,206,187); }

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

border-color css

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

 span { border-color: rgb(96,206,187); }

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