Html Css Color HEX #55C197 Keppel

📋 copy color: '#55C197'

red 85 ◦ green 193 ◦ blue 151

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

Shades of Keppel #55C197

Tints of Keppel #55C197

RGB

 RED value IS 85 (33.59% from 255) = 19.81%

 GREEN value IS 193 (75.78% from 255) = 44.99%

 BLUE value IS 151 (59.38% from 255) = 35.2%

R = 19.81%
G = 44.99%
B = 35.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#55C197 (or 0x55C197) is known color: Keppel. HEX triplet: 55, C1 and 97. RGB value is (85,193,151). Sum of RGB (Red+Green+Blue) = 85+193+151=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 193 (75.78% from 255 or 44.99% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 193 - color contains mainly: green. Hex color #55C197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C197 is #AA3E68. Grayscale: #9B9B9B. Windows color (decimal): -11157097 or 9945429. OLE color: 9945429.

HSL color Cylindrical-coordinate representation of color #55C197: hue angle of 156.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C197 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 151 -
CMYK 0.56 0 0.22 0.24
HSL 156.67º 0.47% 0.55% -
HSV(B) 156.67º 0.56% 0.76% -
XYZ 28.4 42.31 35.95 -
YUV 155.92 125.22 77.42 -
System Red Green Blue C M Y K H S L
Decimal 85 193 151 0.56 0 0.22 0.24 156.67 0.47 0.55
Hex 55 C1 97 38 0 16 18 9D 2F 37
Octal 125 301 227 70 0 26 30 235 57 67
Binary 1010101 11000001 10010111 111000 0 10110 11000 10011101 101111 110111

Color Harmonies of #55C197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C197

Black with #55C197

Text Example


Text Example

White with #55C197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55C197; }

 p { color: rgb(85,193,151); }

 H1.HeaderClassName
 {
   color: #55C197;
 }
 .AnyTagClassName
 {
   color: #55C197;
 }
</style>

background-color css

<style>
 a { background-color: #55C197; }

 a { background-color: rgb(85,193,151); }

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

border-color css

<style>
 span { border-color: #55C197; }

 span { border-color: rgb(85,193,151); }

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