Html Css Color HEX #60BC9E Keppel

📋 copy color: '#60BC9E'

red 96 ◦ green 188 ◦ blue 158

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

Shades of Keppel #60BC9E

Tints of Keppel #60BC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.75%

R = 21.72%
G = 42.53%
B = 35.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#60BC9E (or 0x60BC9E) is known color: Keppel. HEX triplet: 60, BC and 9E. RGB value is (96,188,158). Sum of RGB (Red+Green+Blue) = 96+188+158=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC9E is #9F4361. Grayscale: #9D9D9D. Windows color (decimal): -10437474 or 10402912. OLE color: 10402912.

HSL color Cylindrical-coordinate representation of color #60BC9E: hue angle of 160.43º 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 #60BC9E is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 188 158 -
CMYK 0.49 0 0.16 0.26
HSL 160.43º 0.41% 0.56% -
HSV(B) 160.43º 0.49% 0.74% -
XYZ 28.98 40.92 38.72 -
YUV 157.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 96 188 158 0.49 0 0.16 0.26 160.43 0.41 0.56
Hex 60 BC 9E 31 0 10 1A A0 29 38
Octal 140 274 236 61 0 20 32 240 51 70
Binary 1100000 10111100 10011110 110001 0 10000 11010 10100000 101001 111000

Color Harmonies of #60BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC9E

Black with #60BC9E

Text Example


Text Example

White with #60BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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