Html Css Color HEX #60A58F Keppel

📋 copy color: '#60A58F'

red 96 ◦ green 165 ◦ blue 143

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

Shades of Keppel #60A58F

Tints of Keppel #60A58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.84%

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 23.76%
G = 40.84%
B = 35.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#60A58F (or 0x60A58F) is known color: Keppel. HEX triplet: 60, A5 and 8F. RGB value is (96,165,143). Sum of RGB (Red+Green+Blue) = 96+165+143=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 165 (64.84% from 255 or 40.84% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 165 - color contains mainly: green. Hex color #60A58F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A58F is #9F5A70. Grayscale: #8D8D8D. Windows color (decimal): -10443377 or 9413984. OLE color: 9413984.

HSL color Cylindrical-coordinate representation of color #60A58F: hue angle of 160.87º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A58F is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 165 143 -
CMYK 0.42 0 0.13 0.35
HSL 160.87º 0.28% 0.51% -
HSV(B) 160.87º 0.42% 0.65% -
XYZ 23.24 31.38 30.82 -
YUV 141.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 96 165 143 0.42 0 0.13 0.35 160.87 0.28 0.51
Hex 60 A5 8F 2A 0 D 23 A1 1C 33
Octal 140 245 217 52 0 15 43 241 34 63
Binary 1100000 10100101 10001111 101010 0 1101 100011 10100001 11100 110011

Color Harmonies of #60A58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60A58F

Black with #60A58F

Text Example


Text Example

White with #60A58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,165,143); }

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

background-color css

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

 a { background-color: rgb(96,165,143); }

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

border-color css

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

 span { border-color: rgb(96,165,143); }

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