Html Css Color HEX #55AD7B Ocean Green

📋 copy color: '#55AD7B'

red 85 ◦ green 173 ◦ blue 123

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

Shades of Ocean Green #55AD7B

Tints of Ocean Green #55AD7B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.41%

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

R = 22.31%
G = 45.41%
B = 32.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#55AD7B (or 0x55AD7B) is known color: Ocean Green. HEX triplet: 55, AD and 7B. RGB value is (85,173,123). Sum of RGB (Red+Green+Blue) = 85+173+123=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AD7B is #AA5284. Grayscale: #8D8D8D. Windows color (decimal): -11162245 or 8105301. OLE color: 8105301.

HSL color Cylindrical-coordinate representation of color #55AD7B: hue angle of 145.91º 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 #55AD7B is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 173 123 -
CMYK 0.51 0 0.29 0.32
HSL 145.91º 0.35% 0.51% -
HSV(B) 145.91º 0.51% 0.68% -
XYZ 22.27 33.25 23.98 -
YUV 140.99 117.85 88.07 -
System Red Green Blue C M Y K H S L
Decimal 85 173 123 0.51 0 0.29 0.32 145.91 0.35 0.51
Hex 55 AD 7B 33 0 1D 20 92 23 33
Octal 125 255 173 63 0 35 40 222 43 63
Binary 1010101 10101101 1111011 110011 0 11101 100000 10010010 100011 110011

Color Harmonies of #55AD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AD7B

Black with #55AD7B

Text Example


Text Example

White with #55AD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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