Html Css Color HEX #60B595 Keppel

📋 copy color: '#60B595'

red 96 ◦ green 181 ◦ blue 149

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

Shades of Keppel #60B595

Tints of Keppel #60B595

RGB

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

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

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

R = 22.54%
G = 42.49%
B = 34.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#60B595 (or 0x60B595) is known color: Keppel. HEX triplet: 60, B5 and 95. RGB value is (96,181,149). Sum of RGB (Red+Green+Blue) = 96+181+149=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #60B595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B595 is #9F4A6A. Grayscale: #979797. Windows color (decimal): -10439275 or 9811296. OLE color: 9811296.

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

Color convert

RGB 96 181 149 -
CMYK 0.47 0 0.18 0.29
HSL 157.41º 0.36% 0.54% -
HSV(B) 157.41º 0.47% 0.71% -
XYZ 26.77 37.7 34.3 -
YUV 151.94 126.34 88.1 -
System Red Green Blue C M Y K H S L
Decimal 96 181 149 0.47 0 0.18 0.29 157.41 0.36 0.54
Hex 60 B5 95 2F 0 12 1D 9D 24 36
Octal 140 265 225 57 0 22 35 235 44 66
Binary 1100000 10110101 10010101 101111 0 10010 11101 10011101 100100 110110

Color Harmonies of #60B595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B595

Black with #60B595

Text Example


Text Example

White with #60B595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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