Html Css Color HEX #55AA7F Ocean Green

📋 copy color: '#55AA7F'

red 85 ◦ green 170 ◦ blue 127

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

Shades of Ocean Green #55AA7F

Tints of Ocean Green #55AA7F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 22.25%
G = 44.5%
B = 33.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#55AA7F (or 0x55AA7F) is known color: Ocean Green. HEX triplet: 55, AA and 7F. RGB value is (85,170,127). Sum of RGB (Red+Green+Blue) = 85+170+127=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AA7F is #AA5580. Grayscale: #8B8B8B. Windows color (decimal): -11163009 or 8366677. OLE color: 8366677.

HSL color Cylindrical-coordinate representation of color #55AA7F: hue angle of 149.65º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA7F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 170 127 -
CMYK 0.50 0 0.25 0.33
HSL 149.65º 0.33% 0.5% -
HSV(B) 149.65º 0.5% 0.67% -
XYZ 21.95 32.21 25.14 -
YUV 139.68 120.84 89 -
System Red Green Blue C M Y K H S L
Decimal 85 170 127 0.50 0 0.25 0.33 149.65 0.33 0.5
Hex 55 AA 7F 32 0 19 21 96 21 32
Octal 125 252 177 62 0 31 41 226 41 62
Binary 1010101 10101010 1111111 110010 0 11001 100001 10010110 100001 110010

Color Harmonies of #55AA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AA7F

Black with #55AA7F

Text Example


Text Example

White with #55AA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,170,127); }

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

background-color css

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

 a { background-color: rgb(85,170,127); }

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

border-color css

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

 span { border-color: rgb(85,170,127); }

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