Html Css Color HEX #60B59E Keppel

📋 copy color: '#60B59E'

red 96 ◦ green 181 ◦ blue 158

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

Shades of Keppel #60B59E

Tints of Keppel #60B59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 22.07%
G = 41.61%
B = 36.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#60B59E (or 0x60B59E) is known color: Keppel. HEX triplet: 60, B5 and 9E. RGB value is (96,181,158). Sum of RGB (Red+Green+Blue) = 96+181+158=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 181 - color contains mainly: green. Hex color #60B59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B59E is #9F4A61. Grayscale: #989898. Windows color (decimal): -10439266 or 10401120. OLE color: 10401120.

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

Color convert

RGB 96 181 158 -
CMYK 0.47 0 0.13 0.29
HSL 163.76º 0.36% 0.54% -
HSV(B) 163.76º 0.47% 0.71% -
XYZ 27.52 38 38.23 -
YUV 152.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 96 181 158 0.47 0 0.13 0.29 163.76 0.36 0.54
Hex 60 B5 9E 2F 0 D 1D A4 24 36
Octal 140 265 236 57 0 15 35 244 44 66
Binary 1100000 10110101 10011110 101111 0 1101 11101 10100100 100100 110110

Color Harmonies of #60B59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B59E

Black with #60B59E

Text Example


Text Example

White with #60B59E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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