Html Css Color HEX #55C094 Keppel

📋 copy color: '#55C094'

red 85 ◦ green 192 ◦ blue 148

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

Shades of Keppel #55C094

Tints of Keppel #55C094

RGB

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

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

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

R = 20%
G = 45.18%
B = 34.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#55C094 (or 0x55C094) is known color: Keppel. HEX triplet: 55, C0 and 94. RGB value is (85,192,148). Sum of RGB (Red+Green+Blue) = 85+192+148=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #55C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C094 is #AA3F6B. Grayscale: #9B9B9B. Windows color (decimal): -11157356 or 9748565. OLE color: 9748565.

HSL color Cylindrical-coordinate representation of color #55C094: hue angle of 155.33º 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 #55C094 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 148 -
CMYK 0.56 0 0.23 0.25
HSL 155.33º 0.46% 0.54% -
HSV(B) 155.33º 0.56% 0.75% -
XYZ 27.94 41.77 34.61 -
YUV 154.99 124.05 78.08 -
System Red Green Blue C M Y K H S L
Decimal 85 192 148 0.56 0 0.23 0.25 155.33 0.46 0.54
Hex 55 C0 94 38 0 17 19 9B 2E 36
Octal 125 300 224 70 0 27 31 233 56 66
Binary 1010101 11000000 10010100 111000 0 10111 11001 10011011 101110 110110

Color Harmonies of #55C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C094

Black with #55C094

Text Example


Text Example

White with #55C094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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