Html Css Color HEX #55C698 Keppel

📋 copy color: '#55C698'

red 85 ◦ green 198 ◦ blue 152

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

Shades of Keppel #55C698

Tints of Keppel #55C698

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.52%

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

R = 19.54%
G = 45.52%
B = 34.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#55C698 (or 0x55C698) is known color: Keppel. HEX triplet: 55, C6 and 98. RGB value is (85,198,152). Sum of RGB (Red+Green+Blue) = 85+198+152=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 198 (77.73% from 255 or 45.52% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 198 - color contains mainly: green. Hex color #55C698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C698 is #AA3967. Grayscale: #9F9F9F. Windows color (decimal): -11155816 or 10012245. OLE color: 10012245.

HSL color Cylindrical-coordinate representation of color #55C698: hue angle of 155.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C698 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 198 152 -
CMYK 0.57 0 0.23 0.22
HSL 155.58º 0.5% 0.55% -
HSV(B) 155.58º 0.57% 0.78% -
XYZ 29.61 44.59 36.75 -
YUV 158.97 124.06 75.24 -
System Red Green Blue C M Y K H S L
Decimal 85 198 152 0.57 0 0.23 0.22 155.58 0.5 0.55
Hex 55 C6 98 39 0 17 16 9C 32 37
Octal 125 306 230 71 0 27 26 234 62 67
Binary 1010101 11000110 10011000 111001 0 10111 10110 10011100 110010 110111

Color Harmonies of #55C698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C698

Black with #55C698

Text Example


Text Example

White with #55C698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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