Html Css Color HEX #55A47A Ocean Green

📋 copy color: '#55A47A'

red 85 ◦ green 164 ◦ blue 122

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

Shades of Ocean Green #55A47A

Tints of Ocean Green #55A47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 22.91%
G = 44.2%
B = 32.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#55A47A (or 0x55A47A) is known color: Ocean Green. HEX triplet: 55, A4 and 7A. RGB value is (85,164,122). Sum of RGB (Red+Green+Blue) = 85+164+122=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #55A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A47A is #AA5B85. Grayscale: #878787. Windows color (decimal): -11164550 or 8037461. OLE color: 8037461.

HSL color Cylindrical-coordinate representation of color #55A47A: hue angle of 148.1º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A47A is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 164 122 -
CMYK 0.48 0 0.26 0.36
HSL 148.1º 0.32% 0.49% -
HSV(B) 148.1º 0.48% 0.64% -
XYZ 20.53 29.89 23.1 -
YUV 135.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 85 164 122 0.48 0 0.26 0.36 148.1 0.32 0.49
Hex 55 A4 7A 30 0 1A 24 94 20 31
Octal 125 244 172 60 0 32 44 224 40 61
Binary 1010101 10100100 1111010 110000 0 11010 100100 10010100 100000 110001

Color Harmonies of #55A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A47A

Black with #55A47A

Text Example


Text Example

White with #55A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,164,122); }

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

background-color css

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

 a { background-color: rgb(85,164,122); }

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

border-color css

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

 span { border-color: rgb(85,164,122); }

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