Html Css Color HEX #60BAA1 Keppel

📋 copy color: '#60BAA1'

red 96 ◦ green 186 ◦ blue 161

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

Shades of Keppel #60BAA1

Tints of Keppel #60BAA1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.99%

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 21.67%
G = 41.99%
B = 36.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#60BAA1 (or 0x60BAA1) is known color: Keppel. HEX triplet: 60, BA and A1. RGB value is (96,186,161). Sum of RGB (Red+Green+Blue) = 96+186+161=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 186 - color contains mainly: green. Hex color #60BAA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BAA1 is #9F455E. Grayscale: #9C9C9C. Windows color (decimal): -10437983 or 10599008. OLE color: 10599008.

HSL color Cylindrical-coordinate representation of color #60BAA1: hue angle of 163.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BAA1 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 161 -
CMYK 0.48 0 0.13 0.27
HSL 163.33º 0.39% 0.55% -
HSV(B) 163.33º 0.48% 0.73% -
XYZ 28.82 40.18 39.95 -
YUV 156.24 130.68 85.03 -
System Red Green Blue C M Y K H S L
Decimal 96 186 161 0.48 0 0.13 0.27 163.33 0.39 0.55
Hex 60 BA A1 30 0 D 1B A3 27 37
Octal 140 272 241 60 0 15 33 243 47 67
Binary 1100000 10111010 10100001 110000 0 1101 11011 10100011 100111 110111

Color Harmonies of #60BAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAA1

Black with #60BAA1

Text Example


Text Example

White with #60BAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,161); }

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

background-color css

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

 a { background-color: rgb(96,186,161); }

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

border-color css

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

 span { border-color: rgb(96,186,161); }

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