Html Css Color HEX #60CEBF Downy

📋 copy color: '#60CEBF'

red 96 ◦ green 206 ◦ blue 191

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

Shades of Downy #60CEBF

Tints of Downy #60CEBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 38.74%

R = 19.47%
G = 41.78%
B = 38.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#60CEBF (or 0x60CEBF) is known color: Downy. HEX triplet: 60, CE and BF. RGB value is (96,206,191). Sum of RGB (Red+Green+Blue) = 96+206+191=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 206 - color contains mainly: green. Hex color #60CEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CEBF is #9F3140. Grayscale: #ABABAB. Windows color (decimal): -10432833 or 12570208. OLE color: 12570208.

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

Color convert

RGB 96 206 191 -
CMYK 0.53 0 0.07 0.19
HSL 171.82º 0.53% 0.59% -
HSV(B) 171.82º 0.53% 0.81% -
XYZ 36.3 50.39 57.1 -
YUV 171.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 96 206 191 0.53 0 0.07 0.19 171.82 0.53 0.59
Hex 60 CE BF 35 0 7 13 AC 35 3B
Octal 140 316 277 65 0 7 23 254 65 73
Binary 1100000 11001110 10111111 110101 0 111 10011 10101100 110101 111011

Color Harmonies of #60CEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEBF

Black with #60CEBF

Text Example


Text Example

White with #60CEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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