Html Css Color HEX #60B295 Keppel

📋 copy color: '#60B295'

red 96 ◦ green 178 ◦ blue 149

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

Shades of Keppel #60B295

Tints of Keppel #60B295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.08%

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

R = 22.7%
G = 42.08%
B = 35.22%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#60B295 (or 0x60B295) is known color: Keppel. HEX triplet: 60, B2 and 95. RGB value is (96,178,149). Sum of RGB (Red+Green+Blue) = 96+178+149=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #60B295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B295 is #9F4D6A. Grayscale: #969696. Windows color (decimal): -10440043 or 9810528. OLE color: 9810528.

HSL color Cylindrical-coordinate representation of color #60B295: hue angle of 158.78º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B295 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 178 149 -
CMYK 0.46 0 0.16 0.30
HSL 158.78º 0.35% 0.54% -
HSV(B) 158.78º 0.46% 0.7% -
XYZ 26.17 36.5 34.1 -
YUV 150.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 96 178 149 0.46 0 0.16 0.30 158.78 0.35 0.54
Hex 60 B2 95 2E 0 10 1E 9F 23 36
Octal 140 262 225 56 0 20 36 237 43 66
Binary 1100000 10110010 10010101 101110 0 10000 11110 10011111 100011 110110

Color Harmonies of #60B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B295

Black with #60B295

Text Example


Text Example

White with #60B295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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