Html Css Color HEX #60BD9B Keppel

📋 copy color: '#60BD9B'

red 96 ◦ green 189 ◦ blue 155

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

Shades of Keppel #60BD9B

Tints of Keppel #60BD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 21.82%
G = 42.95%
B = 35.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#60BD9B (or 0x60BD9B) is known color: Keppel. HEX triplet: 60, BD and 9B. RGB value is (96,189,155). Sum of RGB (Red+Green+Blue) = 96+189+155=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BD9B is #9F4264. Grayscale: #9D9D9D. Windows color (decimal): -10437221 or 10206560. OLE color: 10206560.

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

Color convert

RGB 96 189 155 -
CMYK 0.49 0 0.18 0.26
HSL 158.06º 0.41% 0.56% -
HSV(B) 158.06º 0.49% 0.74% -
XYZ 28.94 41.25 37.45 -
YUV 157.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 96 189 155 0.49 0 0.18 0.26 158.06 0.41 0.56
Hex 60 BD 9B 31 0 12 1A 9E 29 38
Octal 140 275 233 61 0 22 32 236 51 70
Binary 1100000 10111101 10011011 110001 0 10010 11010 10011110 101001 111000

Color Harmonies of #60BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD9B

Black with #60BD9B

Text Example


Text Example

White with #60BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,155); }

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

background-color css

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

 a { background-color: rgb(96,189,155); }

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

border-color css

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

 span { border-color: rgb(96,189,155); }

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