Html Css Color HEX #60BC9C Keppel

📋 copy color: '#60BC9C'

red 96 ◦ green 188 ◦ blue 156

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

Shades of Keppel #60BC9C

Tints of Keppel #60BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.45%

R = 21.82%
G = 42.73%
B = 35.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#60BC9C (or 0x60BC9C) is known color: Keppel. HEX triplet: 60, BC and 9C. RGB value is (96,188,156). Sum of RGB (Red+Green+Blue) = 96+188+156=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC9C is #9F4363. Grayscale: #9C9C9C. Windows color (decimal): -10437476 or 10271840. OLE color: 10271840.

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

Color convert

RGB 96 188 156 -
CMYK 0.49 0 0.17 0.26
HSL 159.13º 0.41% 0.56% -
HSV(B) 159.13º 0.49% 0.74% -
XYZ 28.81 40.85 37.82 -
YUV 156.84 127.52 84.6 -
System Red Green Blue C M Y K H S L
Decimal 96 188 156 0.49 0 0.17 0.26 159.13 0.41 0.56
Hex 60 BC 9C 31 0 11 1A 9F 29 38
Octal 140 274 234 61 0 21 32 237 51 70
Binary 1100000 10111100 10011100 110001 0 10001 11010 10011111 101001 111000

Color Harmonies of #60BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BC9C

Black with #60BC9C

Text Example


Text Example

White with #60BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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