Html Css Color HEX #60B89F Keppel

📋 copy color: '#60B89F'

red 96 ◦ green 184 ◦ blue 159

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

Shades of Keppel #60B89F

Tints of Keppel #60B89F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.91%

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 21.87%
G = 41.91%
B = 36.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#60B89F (or 0x60B89F) is known color: Keppel. HEX triplet: 60, B8 and 9F. RGB value is (96,184,159). Sum of RGB (Red+Green+Blue) = 96+184+159=439 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.87% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #60B89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B89F is #9F4760. Grayscale: #9A9A9A. Windows color (decimal): -10438497 or 10467424. OLE color: 10467424.

HSL color Cylindrical-coordinate representation of color #60B89F: hue angle of 162.95º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B89F is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 184 159 -
CMYK 0.48 0 0.14 0.28
HSL 162.95º 0.38% 0.55% -
HSV(B) 162.95º 0.48% 0.72% -
XYZ 28.22 39.27 38.89 -
YUV 154.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 96 184 159 0.48 0 0.14 0.28 162.95 0.38 0.55
Hex 60 B8 9F 30 0 E 1C A3 26 37
Octal 140 270 237 60 0 16 34 243 46 67
Binary 1100000 10111000 10011111 110000 0 1110 11100 10100011 100110 110111

Color Harmonies of #60B89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B89F

Black with #60B89F

Text Example


Text Example

White with #60B89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,184,159); }

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

background-color css

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

 a { background-color: rgb(96,184,159); }

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

border-color css

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

 span { border-color: rgb(96,184,159); }

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