Html Css Color HEX #55C199 Keppel

📋 copy color: '#55C199'

red 85 ◦ green 193 ◦ blue 153

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

Shades of Keppel #55C199

Tints of Keppel #55C199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.5%

R = 19.72%
G = 44.78%
B = 35.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#55C199 (or 0x55C199) is known color: Keppel. HEX triplet: 55, C1 and 99. RGB value is (85,193,153). Sum of RGB (Red+Green+Blue) = 85+193+153=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #55C199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C199 is #AA3E66. Grayscale: #9C9C9C. Windows color (decimal): -11157095 or 10076501. OLE color: 10076501.

HSL color Cylindrical-coordinate representation of color #55C199: hue angle of 157.78º 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 #55C199 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 193 153 -
CMYK 0.56 0 0.21 0.24
HSL 157.78º 0.47% 0.55% -
HSV(B) 157.78º 0.56% 0.76% -
XYZ 28.57 42.37 36.81 -
YUV 156.15 126.22 77.25 -
System Red Green Blue C M Y K H S L
Decimal 85 193 153 0.56 0 0.21 0.24 157.78 0.47 0.55
Hex 55 C1 99 38 0 15 18 9E 2F 37
Octal 125 301 231 70 0 25 30 236 57 67
Binary 1010101 11000001 10011001 111000 0 10101 11000 10011110 101111 110111

Color Harmonies of #55C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C199

Black with #55C199

Text Example


Text Example

White with #55C199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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