Html Css Color HEX #55A47E Ocean Green

📋 copy color: '#55A47E'

red 85 ◦ green 164 ◦ blue 126

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

Shades of Ocean Green #55A47E

Tints of Ocean Green #55A47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.6%

R = 22.67%
G = 43.73%
B = 33.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#55A47E (or 0x55A47E) is known color: Ocean Green. HEX triplet: 55, A4 and 7E. RGB value is (85,164,126). Sum of RGB (Red+Green+Blue) = 85+164+126=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #55A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A47E is #AA5B81. Grayscale: #888888. Windows color (decimal): -11164546 or 8299605. OLE color: 8299605.

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

Color convert

RGB 85 164 126 -
CMYK 0.48 0 0.23 0.36
HSL 151.14º 0.32% 0.49% -
HSV(B) 151.14º 0.48% 0.64% -
XYZ 20.79 29.99 24.43 -
YUV 136.05 122.33 91.59 -
System Red Green Blue C M Y K H S L
Decimal 85 164 126 0.48 0 0.23 0.36 151.14 0.32 0.49
Hex 55 A4 7E 30 0 17 24 97 20 31
Octal 125 244 176 60 0 27 44 227 40 61
Binary 1010101 10100100 1111110 110000 0 10111 100100 10010111 100000 110001

Color Harmonies of #55A47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A47E

Black with #55A47E

Text Example


Text Example

White with #55A47E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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