Html Css Color HEX #55A394 Keppel

📋 copy color: '#55A394'

red 85 ◦ green 163 ◦ blue 148

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

Shades of Keppel #55A394

Tints of Keppel #55A394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.16%

 BLUE value IS 148 (58.2% from 255) = 37.37%

R = 21.46%
G = 41.16%
B = 37.37%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#55A394 (or 0x55A394) is known color: Keppel. HEX triplet: 55, A3 and 94. RGB value is (85,163,148). Sum of RGB (Red+Green+Blue) = 85+163+148=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #55A394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A394 is #AA5C6B. Grayscale: #898989. Windows color (decimal): -11164780 or 9741141. OLE color: 9741141.

HSL color Cylindrical-coordinate representation of color #55A394: hue angle of 168.46º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A394 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 163 148 -
CMYK 0.48 0 0.09 0.36
HSL 168.46º 0.31% 0.49% -
HSV(B) 168.46º 0.48% 0.64% -
XYZ 22.19 30.26 32.69 -
YUV 137.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 85 163 148 0.48 0 0.09 0.36 168.46 0.31 0.49
Hex 55 A3 94 30 0 9 24 A8 1F 31
Octal 125 243 224 60 0 11 44 250 37 61
Binary 1010101 10100011 10010100 110000 0 1001 100100 10101000 11111 110001

Color Harmonies of #55A394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A394

Black with #55A394

Text Example


Text Example

White with #55A394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,163,148); }

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

background-color css

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

 a { background-color: rgb(85,163,148); }

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

border-color css

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

 span { border-color: rgb(85,163,148); }

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