Html Css Color HEX #60B698 Keppel

📋 copy color: '#60B698'

red 96 ◦ green 182 ◦ blue 152

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

Shades of Keppel #60B698

Tints of Keppel #60B698

RGB

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

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

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

R = 22.33%
G = 42.33%
B = 35.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#60B698 (or 0x60B698) is known color: Keppel. HEX triplet: 60, B6 and 98. RGB value is (96,182,152). Sum of RGB (Red+Green+Blue) = 96+182+152=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #60B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B698 is #9F4967. Grayscale: #989898. Windows color (decimal): -10439016 or 10008160. OLE color: 10008160.

HSL color Cylindrical-coordinate representation of color #60B698: hue angle of 159.07º 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 #60B698 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 182 152 -
CMYK 0.47 0 0.16 0.29
HSL 159.07º 0.37% 0.55% -
HSV(B) 159.07º 0.47% 0.71% -
XYZ 27.22 38.21 35.65 -
YUV 152.87 127.51 87.44 -
System Red Green Blue C M Y K H S L
Decimal 96 182 152 0.47 0 0.16 0.29 159.07 0.37 0.55
Hex 60 B6 98 2F 0 10 1D 9F 25 37
Octal 140 266 230 57 0 20 35 237 45 67
Binary 1100000 10110110 10011000 101111 0 10000 11101 10011111 100101 110111

Color Harmonies of #60B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B698

Black with #60B698

Text Example


Text Example

White with #60B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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