Html Css Color HEX #60B995 Keppel

📋 copy color: '#60B995'

red 96 ◦ green 185 ◦ blue 149

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

Shades of Keppel #60B995

Tints of Keppel #60B995

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 22.33%
G = 43.02%
B = 34.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#60B995 (or 0x60B995) is known color: Keppel. HEX triplet: 60, B9 and 95. RGB value is (96,185,149). Sum of RGB (Red+Green+Blue) = 96+185+149=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #60B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B995 is #9F466A. Grayscale: #9A9A9A. Windows color (decimal): -10438251 or 9812320. OLE color: 9812320.

HSL color Cylindrical-coordinate representation of color #60B995: hue angle of 155.73º 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 #60B995 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 185 149 -
CMYK 0.48 0 0.19 0.27
HSL 155.73º 0.39% 0.55% -
HSV(B) 155.73º 0.48% 0.73% -
XYZ 27.6 39.35 34.58 -
YUV 154.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 96 185 149 0.48 0 0.19 0.27 155.73 0.39 0.55
Hex 60 B9 95 30 0 13 1B 9C 27 37
Octal 140 271 225 60 0 23 33 234 47 67
Binary 1100000 10111001 10010101 110000 0 10011 11011 10011100 100111 110111

Color Harmonies of #60B995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B995

Black with #60B995

Text Example


Text Example

White with #60B995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,185,149); }

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

background-color css

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

 a { background-color: rgb(96,185,149); }

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

border-color css

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

 span { border-color: rgb(96,185,149); }

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