Html Css Color HEX #60B5A1 Keppel

📋 copy color: '#60B5A1'

red 96 ◦ green 181 ◦ blue 161

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

Shades of Keppel #60B5A1

Tints of Keppel #60B5A1

RGB

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

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

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

R = 21.92%
G = 41.32%
B = 36.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#60B5A1 (or 0x60B5A1) is known color: Keppel. HEX triplet: 60, B5 and A1. RGB value is (96,181,161). Sum of RGB (Red+Green+Blue) = 96+181+161=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5A1 is #9F4A5E. Grayscale: #999999. Windows color (decimal): -10439263 or 10597728. OLE color: 10597728.

HSL color Cylindrical-coordinate representation of color #60B5A1: hue angle of 165.88º 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 #60B5A1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 161 -
CMYK 0.47 0 0.11 0.29
HSL 165.88º 0.36% 0.54% -
HSV(B) 165.88º 0.47% 0.71% -
XYZ 27.78 38.11 39.61 -
YUV 153.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 96 181 161 0.47 0 0.11 0.29 165.88 0.36 0.54
Hex 60 B5 A1 2F 0 B 1D A6 24 36
Octal 140 265 241 57 0 13 35 246 44 66
Binary 1100000 10110101 10100001 101111 0 1011 11101 10100110 100100 110110

Color Harmonies of #60B5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5A1

Black with #60B5A1

Text Example


Text Example

White with #60B5A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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