Html Css Color HEX #60AC9B Keppel

📋 copy color: '#60AC9B'

red 96 ◦ green 172 ◦ blue 155

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

Shades of Keppel #60AC9B

Tints of Keppel #60AC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.66%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 22.7%
G = 40.66%
B = 36.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#60AC9B (or 0x60AC9B) is known color: Keppel. HEX triplet: 60, AC and 9B. RGB value is (96,172,155). Sum of RGB (Red+Green+Blue) = 96+172+155=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AC9B is #9F5364. Grayscale: #939393. Windows color (decimal): -10441573 or 10202208. OLE color: 10202208.

HSL color Cylindrical-coordinate representation of color #60AC9B: hue angle of 166.58º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AC9B is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 172 155 -
CMYK 0.44 0 0.10 0.33
HSL 166.58º 0.31% 0.53% -
HSV(B) 166.58º 0.44% 0.67% -
XYZ 25.49 34.36 36.3 -
YUV 147.34 132.32 91.38 -
System Red Green Blue C M Y K H S L
Decimal 96 172 155 0.44 0 0.10 0.33 166.58 0.31 0.53
Hex 60 AC 9B 2C 0 A 21 A7 1F 35
Octal 140 254 233 54 0 12 41 247 37 65
Binary 1100000 10101100 10011011 101100 0 1010 100001 10100111 11111 110101

Color Harmonies of #60AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AC9B

Black with #60AC9B

Text Example


Text Example

White with #60AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,172,155); }

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

background-color css

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

 a { background-color: rgb(96,172,155); }

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

border-color css

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

 span { border-color: rgb(96,172,155); }

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