Html Css Color HEX #60BE9D Keppel

📋 copy color: '#60BE9D'

red 96 ◦ green 190 ◦ blue 157

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

Shades of Keppel #60BE9D

Tints of Keppel #60BE9D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.89%

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

R = 21.67%
G = 42.89%
B = 35.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#60BE9D (or 0x60BE9D) is known color: Keppel. HEX triplet: 60, BE and 9D. RGB value is (96,190,157). Sum of RGB (Red+Green+Blue) = 96+190+157=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #60BE9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BE9D is #9F4162. Grayscale: #9E9E9E. Windows color (decimal): -10436963 or 10337888. OLE color: 10337888.

HSL color Cylindrical-coordinate representation of color #60BE9D: hue angle of 158.94º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BE9D is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 190 157 -
CMYK 0.49 0 0.17 0.25
HSL 158.94º 0.42% 0.56% -
HSV(B) 158.94º 0.49% 0.75% -
XYZ 29.32 41.75 38.41 -
YUV 158.13 127.36 83.68 -
System Red Green Blue C M Y K H S L
Decimal 96 190 157 0.49 0 0.17 0.25 158.94 0.42 0.56
Hex 60 BE 9D 31 0 11 19 9F 2A 38
Octal 140 276 235 61 0 21 31 237 52 70
Binary 1100000 10111110 10011101 110001 0 10001 11001 10011111 101010 111000

Color Harmonies of #60BE9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BE9D

Black with #60BE9D

Text Example


Text Example

White with #60BE9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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