Html Css Color HEX #60AB9B Keppel

📋 copy color: '#60AB9B'

red 96 ◦ green 171 ◦ blue 155

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

Shades of Keppel #60AB9B

Tints of Keppel #60AB9B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.52%

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

R = 22.75%
G = 40.52%
B = 36.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#60AB9B (or 0x60AB9B) is known color: Keppel. HEX triplet: 60, AB and 9B. RGB value is (96,171,155). Sum of RGB (Red+Green+Blue) = 96+171+155=422 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.75% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB9B is #9F5464. Grayscale: #929292. Windows color (decimal): -10441829 or 10201952. OLE color: 10201952.

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

Color convert

RGB 96 171 155 -
CMYK 0.44 0 0.09 0.33
HSL 167.2º 0.31% 0.52% -
HSV(B) 167.2º 0.44% 0.67% -
XYZ 25.3 33.98 36.24 -
YUV 146.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 96 171 155 0.44 0 0.09 0.33 167.2 0.31 0.52
Hex 60 AB 9B 2C 0 9 21 A7 1F 34
Octal 140 253 233 54 0 11 41 247 37 64
Binary 1100000 10101011 10011011 101100 0 1001 100001 10100111 11111 110100

Color Harmonies of #60AB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AB9B

Black with #60AB9B

Text Example


Text Example

White with #60AB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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