Html Css Color HEX #55C098 Keppel

📋 copy color: '#55C098'

red 85 ◦ green 192 ◦ blue 152

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

Shades of Keppel #55C098

Tints of Keppel #55C098

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

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

R = 19.81%
G = 44.76%
B = 35.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#55C098 (or 0x55C098) is known color: Keppel. HEX triplet: 55, C0 and 98. RGB value is (85,192,152). Sum of RGB (Red+Green+Blue) = 85+192+152=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #55C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C098 is #AA3F67. Grayscale: #9B9B9B. Windows color (decimal): -11157352 or 10010709. OLE color: 10010709.

HSL color Cylindrical-coordinate representation of color #55C098: hue angle of 157.57º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C098 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 152 -
CMYK 0.56 0 0.21 0.25
HSL 157.57º 0.46% 0.54% -
HSV(B) 157.57º 0.56% 0.75% -
XYZ 28.26 41.9 36.3 -
YUV 155.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 85 192 152 0.56 0 0.21 0.25 157.57 0.46 0.54
Hex 55 C0 98 38 0 15 19 9E 2E 36
Octal 125 300 230 70 0 25 31 236 56 66
Binary 1010101 11000000 10011000 111000 0 10101 11001 10011110 101110 110110

Color Harmonies of #55C098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C098

Black with #55C098

Text Example


Text Example

White with #55C098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,152); }

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

background-color css

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

 a { background-color: rgb(85,192,152); }

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

border-color css

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

 span { border-color: rgb(85,192,152); }

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