Html Css Color HEX #55C07B Emerald

📋 copy color: '#55C07B'

red 85 ◦ green 192 ◦ blue 123

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

Shades of Emerald #55C07B

Tints of Emerald #55C07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 21.25%
G = 48%
B = 30.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#55C07B (or 0x55C07B) is known color: Emerald. HEX triplet: 55, C0 and 7B. RGB value is (85,192,123). Sum of RGB (Red+Green+Blue) = 85+192+123=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #55C07B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C07B is #AA3F84. Grayscale: #989898. Windows color (decimal): -11157381 or 8110165. OLE color: 8110165.

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

Color convert

RGB 85 192 123 -
CMYK 0.56 0 0.36 0.25
HSL 141.31º 0.46% 0.54% -
HSV(B) 141.31º 0.56% 0.75% -
XYZ 26.17 41.06 25.29 -
YUV 152.14 111.55 80.11 -
System Red Green Blue C M Y K H S L
Decimal 85 192 123 0.56 0 0.36 0.25 141.31 0.46 0.54
Hex 55 C0 7B 38 0 24 19 8D 2E 36
Octal 125 300 173 70 0 44 31 215 56 66
Binary 1010101 11000000 1111011 111000 0 100100 11001 10001101 101110 110110

Color Harmonies of #55C07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C07B

Black with #55C07B

Text Example


Text Example

White with #55C07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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