Html Css Color HEX #60B499 Keppel

📋 copy color: '#60B499'

red 96 ◦ green 180 ◦ blue 153

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

Shades of Keppel #60B499

Tints of Keppel #60B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.96%

 BLUE value IS 153 (60.16% from 255) = 35.66%

R = 22.38%
G = 41.96%
B = 35.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#60B499 (or 0x60B499) is known color: Keppel. HEX triplet: 60, B4 and 99. RGB value is (96,180,153). Sum of RGB (Red+Green+Blue) = 96+180+153=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #60B499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B499 is #9F4B66. Grayscale: #979797. Windows color (decimal): -10439527 or 10073184. OLE color: 10073184.

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

Color convert

RGB 96 180 153 -
CMYK 0.47 0 0.15 0.29
HSL 160.71º 0.36% 0.54% -
HSV(B) 160.71º 0.47% 0.71% -
XYZ 26.89 37.43 35.94 -
YUV 151.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 96 180 153 0.47 0 0.15 0.29 160.71 0.36 0.54
Hex 60 B4 99 2F 0 F 1D A1 24 36
Octal 140 264 231 57 0 17 35 241 44 66
Binary 1100000 10110100 10011001 101111 0 1111 11101 10100001 100100 110110

Color Harmonies of #60B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B499

Black with #60B499

Text Example


Text Example

White with #60B499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,180,153); }

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

background-color css

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

 a { background-color: rgb(96,180,153); }

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

border-color css

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

 span { border-color: rgb(96,180,153); }

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