Html Css Color HEX #60B894 Keppel

📋 copy color: '#60B894'

red 96 ◦ green 184 ◦ blue 148

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

Shades of Keppel #60B894

Tints of Keppel #60B894

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.99%

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 22.43%
G = 42.99%
B = 34.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#60B894 (or 0x60B894) is known color: Keppel. HEX triplet: 60, B8 and 94. RGB value is (96,184,148). Sum of RGB (Red+Green+Blue) = 96+184+148=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 184 - color contains mainly: green. Hex color #60B894 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B894 is #9F476B. Grayscale: #999999. Windows color (decimal): -10438508 or 9746528. OLE color: 9746528.

HSL color Cylindrical-coordinate representation of color #60B894: hue angle of 155.45º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B894 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 184 148 -
CMYK 0.48 0 0.20 0.28
HSL 155.45º 0.38% 0.55% -
HSV(B) 155.45º 0.48% 0.72% -
XYZ 27.31 38.91 34.09 -
YUV 153.58 124.85 86.93 -
System Red Green Blue C M Y K H S L
Decimal 96 184 148 0.48 0 0.20 0.28 155.45 0.38 0.55
Hex 60 B8 94 30 0 14 1C 9B 26 37
Octal 140 270 224 60 0 24 34 233 46 67
Binary 1100000 10111000 10010100 110000 0 10100 11100 10011011 100110 110111

Color Harmonies of #60B894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B894

Black with #60B894

Text Example


Text Example

White with #60B894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,184,148); }

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

background-color css

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

 a { background-color: rgb(96,184,148); }

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

border-color css

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

 span { border-color: rgb(96,184,148); }

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