Html Css Color HEX #60BA98 Keppel

📋 copy color: '#60BA98'

red 96 ◦ green 186 ◦ blue 152

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

Shades of Keppel #60BA98

Tints of Keppel #60BA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.86%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 22.12%
G = 42.86%
B = 35.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#60BA98 (or 0x60BA98) is known color: Keppel. HEX triplet: 60, BA and 98. RGB value is (96,186,152). Sum of RGB (Red+Green+Blue) = 96+186+152=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA98 is #9F4567. Grayscale: #9B9B9B. Windows color (decimal): -10437992 or 10009184. OLE color: 10009184.

HSL color Cylindrical-coordinate representation of color #60BA98: hue angle of 157.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA98 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 152 -
CMYK 0.48 0 0.18 0.27
HSL 157.33º 0.39% 0.55% -
HSV(B) 157.33º 0.48% 0.73% -
XYZ 28.05 39.87 35.92 -
YUV 155.21 126.18 85.76 -
System Red Green Blue C M Y K H S L
Decimal 96 186 152 0.48 0 0.18 0.27 157.33 0.39 0.55
Hex 60 BA 98 30 0 12 1B 9D 27 37
Octal 140 272 230 60 0 22 33 235 47 67
Binary 1100000 10111010 10011000 110000 0 10010 11011 10011101 100111 110111

Color Harmonies of #60BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA98

Black with #60BA98

Text Example


Text Example

White with #60BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,186,152); }

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

background-color css

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

 a { background-color: rgb(96,186,152); }

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

border-color css

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

 span { border-color: rgb(96,186,152); }

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