Html Css Color HEX #60CBC7 Downy

📋 copy color: '#60CBC7'

red 96 ◦ green 203 ◦ blue 199

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

Shades of Downy #60CBC7

Tints of Downy #60CBC7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.76%

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 19.28%
G = 40.76%
B = 39.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#60CBC7 (or 0x60CBC7) is known color: Downy. HEX triplet: 60, CB and C7. RGB value is (96,203,199). Sum of RGB (Red+Green+Blue) = 96+203+199=498 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.28% from 498); Green value is 203 (79.69% from 255 or 40.76% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 203 - color contains mainly: green. Hex color #60CBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBC7 is #9F3438. Grayscale: #AAAAAA. Windows color (decimal): -10433593 or 13093728. OLE color: 13093728.

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

Color convert

RGB 96 203 199 -
CMYK 0.53 0 0.02 0.20
HSL 177.76º 0.51% 0.59% -
HSV(B) 177.76º 0.53% 0.8% -
XYZ 36.49 49.32 61.63 -
YUV 170.55 144.05 74.83 -
System Red Green Blue C M Y K H S L
Decimal 96 203 199 0.53 0 0.02 0.20 177.76 0.51 0.59
Hex 60 CB C7 35 0 2 14 B2 33 3B
Octal 140 313 307 65 0 2 24 262 63 73
Binary 1100000 11001011 11000111 110101 0 10 10100 10110010 110011 111011

Color Harmonies of #60CBC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBC7

Black with #60CBC7

Text Example


Text Example

White with #60CBC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,203,199); }

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

background-color css

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

 a { background-color: rgb(96,203,199); }

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

border-color css

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

 span { border-color: rgb(96,203,199); }

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