Html Css Color HEX #55A694 Keppel

📋 copy color: '#55A694'

red 85 ◦ green 166 ◦ blue 148

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

Shades of Keppel #55A694

Tints of Keppel #55A694

RGB

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

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

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

R = 21.3%
G = 41.6%
B = 37.09%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#55A694 (or 0x55A694) is known color: Keppel. HEX triplet: 55, A6 and 94. RGB value is (85,166,148). Sum of RGB (Red+Green+Blue) = 85+166+148=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 166 - color contains mainly: green. Hex color #55A694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A694 is #AA596B. Grayscale: #8B8B8B. Windows color (decimal): -11164012 or 9741909. OLE color: 9741909.

HSL color Cylindrical-coordinate representation of color #55A694: hue angle of 166.67º 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 #55A694 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 166 148 -
CMYK 0.49 0 0.11 0.35
HSL 166.67º 0.32% 0.49% -
HSV(B) 166.67º 0.49% 0.65% -
XYZ 22.73 31.34 32.87 -
YUV 139.73 132.66 88.96 -
System Red Green Blue C M Y K H S L
Decimal 85 166 148 0.49 0 0.11 0.35 166.67 0.32 0.49
Hex 55 A6 94 31 0 B 23 A7 20 31
Octal 125 246 224 61 0 13 43 247 40 61
Binary 1010101 10100110 10010100 110001 0 1011 100011 10100111 100000 110001

Color Harmonies of #55A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A694

Black with #55A694

Text Example


Text Example

White with #55A694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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