Html Css Color HEX #55B78D Keppel

📋 copy color: '#55B78D'

red 85 ◦ green 183 ◦ blue 141

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

Shades of Keppel #55B78D

Tints of Keppel #55B78D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

 BLUE value IS 141 (55.47% from 255) = 34.47%

R = 20.78%
G = 44.74%
B = 34.47%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#55B78D (or 0x55B78D) is known color: Keppel. HEX triplet: 55, B7 and 8D. RGB value is (85,183,141). Sum of RGB (Red+Green+Blue) = 85+183+141=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #55B78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55B78D is #AA4872. Grayscale: #949494. Windows color (decimal): -11159667 or 9287509. OLE color: 9287509.

HSL color Cylindrical-coordinate representation of color #55B78D: hue angle of 154.29º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B78D is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 183 141 -
CMYK 0.54 0 0.23 0.28
HSL 154.29º 0.4% 0.53% -
HSV(B) 154.29º 0.54% 0.72% -
XYZ 25.49 37.72 31.14 -
YUV 148.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 85 183 141 0.54 0 0.23 0.28 154.29 0.4 0.53
Hex 55 B7 8D 36 0 17 1C 9A 28 35
Octal 125 267 215 66 0 27 34 232 50 65
Binary 1010101 10110111 10001101 110110 0 10111 11100 10011010 101000 110101

Color Harmonies of #55B78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B78D

Black with #55B78D

Text Example


Text Example

White with #55B78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,183,141); }

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

background-color css

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

 a { background-color: rgb(85,183,141); }

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

border-color css

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

 span { border-color: rgb(85,183,141); }

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