Html Css Color HEX #60B69C Keppel

📋 copy color: '#60B69C'

red 96 ◦ green 182 ◦ blue 156

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

Shades of Keppel #60B69C

Tints of Keppel #60B69C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.94%

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

R = 22.12%
G = 41.94%
B = 35.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#60B69C (or 0x60B69C) is known color: Keppel. HEX triplet: 60, B6 and 9C. RGB value is (96,182,156). Sum of RGB (Red+Green+Blue) = 96+182+156=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 182 - color contains mainly: green. Hex color #60B69C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B69C is #9F4963. Grayscale: #999999. Windows color (decimal): -10439012 or 10270304. OLE color: 10270304.

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

Color convert

RGB 96 182 156 -
CMYK 0.47 0 0.14 0.29
HSL 161.86º 0.37% 0.55% -
HSV(B) 161.86º 0.47% 0.71% -
XYZ 27.55 38.34 37.4 -
YUV 153.32 129.51 87.11 -
System Red Green Blue C M Y K H S L
Decimal 96 182 156 0.47 0 0.14 0.29 161.86 0.37 0.55
Hex 60 B6 9C 2F 0 E 1D A2 25 37
Octal 140 266 234 57 0 16 35 242 45 67
Binary 1100000 10110110 10011100 101111 0 1110 11101 10100010 100101 110111

Color Harmonies of #60B69C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B69C

Black with #60B69C

Text Example


Text Example

White with #60B69C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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