Html Css Color HEX #60B298 Keppel

📋 copy color: '#60B298'

red 96 ◦ green 178 ◦ blue 152

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

Shades of Keppel #60B298

Tints of Keppel #60B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.78%

 BLUE value IS 152 (59.77% from 255) = 35.68%

R = 22.54%
G = 41.78%
B = 35.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#60B298 (or 0x60B298) is known color: Keppel. HEX triplet: 60, B2 and 98. RGB value is (96,178,152). Sum of RGB (Red+Green+Blue) = 96+178+152=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #60B298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B298 is #9F4D67. Grayscale: #969696. Windows color (decimal): -10440040 or 10007136. OLE color: 10007136.

HSL color Cylindrical-coordinate representation of color #60B298: hue angle of 160.98º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B298 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 178 152 -
CMYK 0.46 0 0.15 0.30
HSL 160.98º 0.35% 0.54% -
HSV(B) 160.98º 0.46% 0.7% -
XYZ 26.41 36.59 35.38 -
YUV 150.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 96 178 152 0.46 0 0.15 0.30 160.98 0.35 0.54
Hex 60 B2 98 2E 0 F 1E A1 23 36
Octal 140 262 230 56 0 17 36 241 43 66
Binary 1100000 10110010 10011000 101110 0 1111 11110 10100001 100011 110110

Color Harmonies of #60B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B298

Black with #60B298

Text Example


Text Example

White with #60B298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,178,152); }

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

background-color css

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

 a { background-color: rgb(96,178,152); }

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

border-color css

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

 span { border-color: rgb(96,178,152); }

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