Html Css Color HEX #55B07A Ocean Green

📋 copy color: '#55B07A'

red 85 ◦ green 176 ◦ blue 122

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

Shades of Ocean Green #55B07A

Tints of Ocean Green #55B07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 22.19%
G = 45.95%
B = 31.85%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#55B07A (or 0x55B07A) is known color: Ocean Green. HEX triplet: 55, B0 and 7A. RGB value is (85,176,122). Sum of RGB (Red+Green+Blue) = 85+176+122=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #55B07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55B07A is #AA4F85. Grayscale: #8E8E8E. Windows color (decimal): -11161478 or 8040533. OLE color: 8040533.

HSL color Cylindrical-coordinate representation of color #55B07A: hue angle of 144.4º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B07A is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 176 122 -
CMYK 0.52 0 0.31 0.31
HSL 144.4º 0.37% 0.51% -
HSV(B) 144.4º 0.52% 0.69% -
XYZ 22.78 34.39 23.85 -
YUV 142.64 116.35 86.89 -
System Red Green Blue C M Y K H S L
Decimal 85 176 122 0.52 0 0.31 0.31 144.4 0.37 0.51
Hex 55 B0 7A 34 0 1F 1F 90 25 33
Octal 125 260 172 64 0 37 37 220 45 63
Binary 1010101 10110000 1111010 110100 0 11111 11111 10010000 100101 110011

Color Harmonies of #55B07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B07A

Black with #55B07A

Text Example


Text Example

White with #55B07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,176,122); }

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

background-color css

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

 a { background-color: rgb(85,176,122); }

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

border-color css

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

 span { border-color: rgb(85,176,122); }

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