Html Css Color HEX #55A17D Ocean Green

📋 copy color: '#55A17D'

red 85 ◦ green 161 ◦ blue 125

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

Shades of Ocean Green #55A17D

Tints of Ocean Green #55A17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.4%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 22.91%
G = 43.4%
B = 33.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#55A17D (or 0x55A17D) is known color: Ocean Green. HEX triplet: 55, A1 and 7D. RGB value is (85,161,125). Sum of RGB (Red+Green+Blue) = 85+161+125=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #55A17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A17D is #AA5E82. Grayscale: #868686. Windows color (decimal): -11165315 or 8233301. OLE color: 8233301.

HSL color Cylindrical-coordinate representation of color #55A17D: hue angle of 151.58º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A17D is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 125 -
CMYK 0.47 0 0.22 0.37
HSL 151.58º 0.31% 0.48% -
HSV(B) 151.58º 0.47% 0.63% -
XYZ 20.19 28.9 23.92 -
YUV 134.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 85 161 125 0.47 0 0.22 0.37 151.58 0.31 0.48
Hex 55 A1 7D 2F 0 16 25 98 1F 30
Octal 125 241 175 57 0 26 45 230 37 60
Binary 1010101 10100001 1111101 101111 0 10110 100101 10011000 11111 110000

Color Harmonies of #55A17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A17D

Black with #55A17D

Text Example


Text Example

White with #55A17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,161,125); }

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

background-color css

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

 a { background-color: rgb(85,161,125); }

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

border-color css

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

 span { border-color: rgb(85,161,125); }

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