Html Css Color HEX #55C495 Keppel

📋 copy color: '#55C495'

red 85 ◦ green 196 ◦ blue 149

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

Shades of Keppel #55C495

Tints of Keppel #55C495

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 19.77%
G = 45.58%
B = 34.65%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#55C495 (or 0x55C495) is known color: Keppel. HEX triplet: 55, C4 and 95. RGB value is (85,196,149). Sum of RGB (Red+Green+Blue) = 85+196+149=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #55C495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C495 is #AA3B6A. Grayscale: #9D9D9D. Windows color (decimal): -11156331 or 9815125. OLE color: 9815125.

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

Color convert

RGB 85 196 149 -
CMYK 0.57 0 0.24 0.23
HSL 154.59º 0.48% 0.55% -
HSV(B) 154.59º 0.57% 0.77% -
XYZ 28.91 43.58 35.32 -
YUV 157.45 123.23 76.32 -
System Red Green Blue C M Y K H S L
Decimal 85 196 149 0.57 0 0.24 0.23 154.59 0.48 0.55
Hex 55 C4 95 39 0 18 17 9B 30 37
Octal 125 304 225 71 0 30 27 233 60 67
Binary 1010101 11000100 10010101 111001 0 11000 10111 10011011 110000 110111

Color Harmonies of #55C495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C495

Black with #55C495

Text Example


Text Example

White with #55C495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,196,149); }

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

background-color css

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

 a { background-color: rgb(85,196,149); }

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

border-color css

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

 span { border-color: rgb(85,196,149); }

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