Html Css Color HEX #55AE7E Ocean Green

📋 copy color: '#55AE7E'

red 85 ◦ green 174 ◦ blue 126

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

Shades of Ocean Green #55AE7E

Tints of Ocean Green #55AE7E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.19%

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

R = 22.08%
G = 45.19%
B = 32.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#55AE7E (or 0x55AE7E) is known color: Ocean Green. HEX triplet: 55, AE and 7E. RGB value is (85,174,126). Sum of RGB (Red+Green+Blue) = 85+174+126=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 174 (68.36% from 255 or 45.19% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AE7E is #AA5181. Grayscale: #8E8E8E. Windows color (decimal): -11161986 or 8302165. OLE color: 8302165.

HSL color Cylindrical-coordinate representation of color #55AE7E: hue angle of 147.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AE7E is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 174 126 -
CMYK 0.51 0 0.28 0.32
HSL 147.64º 0.35% 0.51% -
HSV(B) 147.64º 0.51% 0.68% -
XYZ 22.65 33.71 25.05 -
YUV 141.92 119.01 87.4 -
System Red Green Blue C M Y K H S L
Decimal 85 174 126 0.51 0 0.28 0.32 147.64 0.35 0.51
Hex 55 AE 7E 33 0 1C 20 94 23 33
Octal 125 256 176 63 0 34 40 224 43 63
Binary 1010101 10101110 1111110 110011 0 11100 100000 10010100 100011 110011

Color Harmonies of #55AE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AE7E

Black with #55AE7E

Text Example


Text Example

White with #55AE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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