Html Css Color HEX #60B49D Keppel

📋 copy color: '#60B49D'

red 96 ◦ green 180 ◦ blue 157

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

Shades of Keppel #60B49D

Tints of Keppel #60B49D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.57%

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

R = 22.17%
G = 41.57%
B = 36.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#60B49D (or 0x60B49D) is known color: Keppel. HEX triplet: 60, B4 and 9D. RGB value is (96,180,157). Sum of RGB (Red+Green+Blue) = 96+180+157=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #60B49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B49D is #9F4B62. Grayscale: #989898. Windows color (decimal): -10439523 or 10335328. OLE color: 10335328.

HSL color Cylindrical-coordinate representation of color #60B49D: hue angle of 163.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B49D is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 180 157 -
CMYK 0.47 0 0.13 0.29
HSL 163.57º 0.36% 0.54% -
HSV(B) 163.57º 0.47% 0.71% -
XYZ 27.23 37.56 37.71 -
YUV 152.26 130.67 87.87 -
System Red Green Blue C M Y K H S L
Decimal 96 180 157 0.47 0 0.13 0.29 163.57 0.36 0.54
Hex 60 B4 9D 2F 0 D 1D A4 24 36
Octal 140 264 235 57 0 15 35 244 44 66
Binary 1100000 10110100 10011101 101111 0 1101 11101 10100100 100100 110110

Color Harmonies of #60B49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B49D

Black with #60B49D

Text Example


Text Example

White with #60B49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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