Html Css Color HEX #60B5A0 Keppel

📋 copy color: '#60B5A0'

red 96 ◦ green 181 ◦ blue 160

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

Shades of Keppel #60B5A0

Tints of Keppel #60B5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.42%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 21.97%
G = 41.42%
B = 36.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#60B5A0 (or 0x60B5A0) is known color: Keppel. HEX triplet: 60, B5 and A0. RGB value is (96,181,160). Sum of RGB (Red+Green+Blue) = 96+181+160=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5A0 is #9F4A5F. Grayscale: #999999. Windows color (decimal): -10439264 or 10532192. OLE color: 10532192.

HSL color Cylindrical-coordinate representation of color #60B5A0: hue angle of 165.18º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B5A0 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 160 -
CMYK 0.47 0 0.12 0.29
HSL 165.18º 0.36% 0.54% -
HSV(B) 165.18º 0.47% 0.71% -
XYZ 27.69 38.07 39.15 -
YUV 153.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 96 181 160 0.47 0 0.12 0.29 165.18 0.36 0.54
Hex 60 B5 A0 2F 0 C 1D A5 24 36
Octal 140 265 240 57 0 14 35 245 44 66
Binary 1100000 10110101 10100000 101111 0 1100 11101 10100101 100100 110110

Color Harmonies of #60B5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5A0

Black with #60B5A0

Text Example


Text Example

White with #60B5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,181,160); }

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

background-color css

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

 a { background-color: rgb(96,181,160); }

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

border-color css

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

 span { border-color: rgb(96,181,160); }

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