Html Css Color HEX #60BC9A Keppel

📋 copy color: '#60BC9A'

red 96 ◦ green 188 ◦ blue 154

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

Shades of Keppel #60BC9A

Tints of Keppel #60BC9A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.92%

 BLUE value IS 154 (60.55% from 255) = 35.16%

R = 21.92%
G = 42.92%
B = 35.16%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#60BC9A (or 0x60BC9A) is known color: Keppel. HEX triplet: 60, BC and 9A. RGB value is (96,188,154). Sum of RGB (Red+Green+Blue) = 96+188+154=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC9A is #9F4365. Grayscale: #9C9C9C. Windows color (decimal): -10437478 or 10140768. OLE color: 10140768.

HSL color Cylindrical-coordinate representation of color #60BC9A: hue angle of 157.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC9A is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 154 -
CMYK 0.49 0 0.18 0.26
HSL 157.83º 0.41% 0.56% -
HSV(B) 157.83º 0.49% 0.74% -
XYZ 28.64 40.79 36.93 -
YUV 156.62 126.52 84.76 -
System Red Green Blue C M Y K H S L
Decimal 96 188 154 0.49 0 0.18 0.26 157.83 0.41 0.56
Hex 60 BC 9A 31 0 12 1A 9E 29 38
Octal 140 274 232 61 0 22 32 236 51 70
Binary 1100000 10111100 10011010 110001 0 10010 11010 10011110 101001 111000

Color Harmonies of #60BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC9A

Black with #60BC9A

Text Example


Text Example

White with #60BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,154); }

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

background-color css

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

 a { background-color: rgb(96,188,154); }

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

border-color css

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

 span { border-color: rgb(96,188,154); }

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