Html Css Color HEX #60B394 Keppel

📋 copy color: '#60B394'

red 96 ◦ green 179 ◦ blue 148

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

Shades of Keppel #60B394

Tints of Keppel #60B394

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 22.7%
G = 42.32%
B = 34.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#60B394 (or 0x60B394) is known color: Keppel. HEX triplet: 60, B3 and 94. RGB value is (96,179,148). Sum of RGB (Red+Green+Blue) = 96+179+148=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #60B394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B394 is #9F4C6B. Grayscale: #969696. Windows color (decimal): -10439788 or 9745248. OLE color: 9745248.

HSL color Cylindrical-coordinate representation of color #60B394: hue angle of 157.59º 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 #60B394 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 148 -
CMYK 0.46 0 0.17 0.30
HSL 157.59º 0.35% 0.54% -
HSV(B) 157.59º 0.46% 0.7% -
XYZ 26.29 36.87 33.75 -
YUV 150.65 126.5 89.02 -
System Red Green Blue C M Y K H S L
Decimal 96 179 148 0.46 0 0.17 0.30 157.59 0.35 0.54
Hex 60 B3 94 2E 0 11 1E 9E 23 36
Octal 140 263 224 56 0 21 36 236 43 66
Binary 1100000 10110011 10010100 101110 0 10001 11110 10011110 100011 110110

Color Harmonies of #60B394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B394

Black with #60B394

Text Example


Text Example

White with #60B394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,179,148); }

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

background-color css

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

 a { background-color: rgb(96,179,148); }

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

border-color css

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

 span { border-color: rgb(96,179,148); }

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