Html Css Color HEX #55A698 Keppel

📋 copy color: '#55A698'

red 85 ◦ green 166 ◦ blue 152

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

Shades of Keppel #55A698

Tints of Keppel #55A698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.19%

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

R = 21.09%
G = 41.19%
B = 37.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#55A698 (or 0x55A698) is known color: Keppel. HEX triplet: 55, A6 and 98. RGB value is (85,166,152). Sum of RGB (Red+Green+Blue) = 85+166+152=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 166 - color contains mainly: green. Hex color #55A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A698 is #AA5967. Grayscale: #8C8C8C. Windows color (decimal): -11164008 or 10004053. OLE color: 10004053.

HSL color Cylindrical-coordinate representation of color #55A698: hue angle of 169.63º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A698 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 166 152 -
CMYK 0.49 0 0.08 0.35
HSL 169.63º 0.32% 0.49% -
HSV(B) 169.63º 0.49% 0.65% -
XYZ 23.05 31.47 34.57 -
YUV 140.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 85 166 152 0.49 0 0.08 0.35 169.63 0.32 0.49
Hex 55 A6 98 31 0 8 23 AA 20 31
Octal 125 246 230 61 0 10 43 252 40 61
Binary 1010101 10100110 10011000 110001 0 1000 100011 10101010 100000 110001

Color Harmonies of #55A698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A698

Black with #55A698

Text Example


Text Example

White with #55A698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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