Html Css Color HEX #55A07D Ocean Green

📋 copy color: '#55A07D'

red 85 ◦ green 160 ◦ blue 125

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

Shades of Ocean Green #55A07D

Tints of Ocean Green #55A07D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.24%

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

R = 22.97%
G = 43.24%
B = 33.78%

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

#55A07D (or 0x55A07D) is known color: Ocean Green. HEX triplet: 55, A0 and 7D. RGB value is (85,160,125). Sum of RGB (Red+Green+Blue) = 85+160+125=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #55A07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A07D is #AA5F82. Grayscale: #858585. Windows color (decimal): -11165571 or 8233045. OLE color: 8233045.

HSL color Cylindrical-coordinate representation of color #55A07D: hue angle of 152º 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 #55A07D is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 160 125 -
CMYK 0.47 0 0.22 0.37
HSL 152º 0.31% 0.48% -
HSV(B) 152º 0.47% 0.63% -
XYZ 20.02 28.55 23.86 -
YUV 133.59 123.15 93.35 -
System Red Green Blue C M Y K H S L
Decimal 85 160 125 0.47 0 0.22 0.37 152 0.31 0.48
Hex 55 A0 7D 2F 0 16 25 98 1F 30
Octal 125 240 175 57 0 26 45 230 37 60
Binary 1010101 10100000 1111101 101111 0 10110 100101 10011000 11111 110000

Color Harmonies of #55A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A07D

Black with #55A07D

Text Example


Text Example

White with #55A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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