Html Css Color HEX #55A77B Ocean Green

📋 copy color: '#55A77B'

red 85 ◦ green 167 ◦ blue 123

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

Shades of Ocean Green #55A77B

Tints of Ocean Green #55A77B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.53%

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

R = 22.67%
G = 44.53%
B = 32.8%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#55A77B (or 0x55A77B) is known color: Ocean Green. HEX triplet: 55, A7 and 7B. RGB value is (85,167,123). Sum of RGB (Red+Green+Blue) = 85+167+123=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 167 (65.62% from 255 or 44.53% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 167 - color contains mainly: green. Hex color #55A77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A77B is #AA5884. Grayscale: #898989. Windows color (decimal): -11163781 or 8103765. OLE color: 8103765.

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

Color convert

RGB 85 167 123 -
CMYK 0.49 0 0.26 0.35
HSL 147.8º 0.33% 0.49% -
HSV(B) 147.8º 0.49% 0.65% -
XYZ 21.14 31 23.61 -
YUV 137.47 119.83 90.58 -
System Red Green Blue C M Y K H S L
Decimal 85 167 123 0.49 0 0.26 0.35 147.8 0.33 0.49
Hex 55 A7 7B 31 0 1A 23 94 21 31
Octal 125 247 173 61 0 32 43 224 41 61
Binary 1010101 10100111 1111011 110001 0 11010 100011 10010100 100001 110001

Color Harmonies of #55A77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A77B

Black with #55A77B

Text Example


Text Example

White with #55A77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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