Html Css Color HEX #60BC9D Keppel

📋 copy color: '#60BC9D'

red 96 ◦ green 188 ◦ blue 157

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

Shades of Keppel #60BC9D

Tints of Keppel #60BC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.6%

R = 21.77%
G = 42.63%
B = 35.6%

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

#60BC9D (or 0x60BC9D) is known color: Keppel. HEX triplet: 60, BC and 9D. RGB value is (96,188,157). Sum of RGB (Red+Green+Blue) = 96+188+157=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC9D is #9F4362. Grayscale: #9C9C9C. Windows color (decimal): -10437475 or 10337376. OLE color: 10337376.

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

Color convert

RGB 96 188 157 -
CMYK 0.49 0 0.16 0.26
HSL 159.78º 0.41% 0.56% -
HSV(B) 159.78º 0.49% 0.74% -
XYZ 28.89 40.89 38.27 -
YUV 156.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 96 188 157 0.49 0 0.16 0.26 159.78 0.41 0.56
Hex 60 BC 9D 31 0 10 1A A0 29 38
Octal 140 274 235 61 0 20 32 240 51 70
Binary 1100000 10111100 10011101 110001 0 10000 11010 10100000 101001 111000

Color Harmonies of #60BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC9D

Black with #60BC9D

Text Example


Text Example

White with #60BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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