Html Css Color HEX #60BF9C Keppel

📋 copy color: '#60BF9C'

red 96 ◦ green 191 ◦ blue 156

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

Shades of Keppel #60BF9C

Tints of Keppel #60BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 43.12%

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

R = 21.67%
G = 43.12%
B = 35.21%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#60BF9C (or 0x60BF9C) is known color: Keppel. HEX triplet: 60, BF and 9C. RGB value is (96,191,156). Sum of RGB (Red+Green+Blue) = 96+191+156=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF9C is #9F4063. Grayscale: #9E9E9E. Windows color (decimal): -10436708 or 10272608. OLE color: 10272608.

HSL color Cylindrical-coordinate representation of color #60BF9C: hue angle of 157.89º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF9C is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 191 156 -
CMYK 0.50 0 0.18 0.25
HSL 157.89º 0.43% 0.56% -
HSV(B) 157.89º 0.5% 0.75% -
XYZ 29.46 42.15 38.04 -
YUV 158.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 96 191 156 0.50 0 0.18 0.25 157.89 0.43 0.56
Hex 60 BF 9C 32 0 12 19 9E 2B 38
Octal 140 277 234 62 0 22 31 236 53 70
Binary 1100000 10111111 10011100 110010 0 10010 11001 10011110 101011 111000

Color Harmonies of #60BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF9C

Black with #60BF9C

Text Example


Text Example

White with #60BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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