Html Css Color HEX #5AAB7A Ocean Green

📋 copy color: '#5AAB7A'

red 90 ◦ green 171 ◦ blue 122

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

Shades of Ocean Green #5AAB7A

Tints of Ocean Green #5AAB7A

RGB

 RED value IS 90 (35.55% from 255) = 23.5%

 GREEN value IS 171 (67.19% from 255) = 44.65%

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

R = 23.5%
G = 44.65%
B = 31.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#5AAB7A (or 0x5AAB7A) is known color: Ocean Green. HEX triplet: 5A, AB and 7A. RGB value is (90,171,122). Sum of RGB (Red+Green+Blue) = 90+171+122=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB7A is #A55485. Grayscale: #8D8D8D. Windows color (decimal): -10835078 or 8039258. OLE color: 8039258.

HSL color Cylindrical-coordinate representation of color #5AAB7A: hue angle of 143.7º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAB7A is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 122 -
CMYK 0.47 0 0.29 0.33
HSL 143.7º 0.33% 0.51% -
HSV(B) 143.7º 0.47% 0.67% -
XYZ 22.29 32.7 23.55 -
YUV 141.2 117.16 91.48 -
System Red Green Blue C M Y K H S L
Decimal 90 171 122 0.47 0 0.29 0.33 143.7 0.33 0.51
Hex 5A AB 7A 2F 0 1D 21 90 21 33
Octal 132 253 172 57 0 35 41 220 41 63
Binary 1011010 10101011 1111010 101111 0 11101 100001 10010000 100001 110011

Color Harmonies of #5AAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB7A

Black with #5AAB7A

Text Example


Text Example

White with #5AAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AAB7A; }

 p { color: rgb(90,171,122); }

 H1.HeaderClassName
 {
   color: #5AAB7A;
 }
 .AnyTagClassName
 {
   color: #5AAB7A;
 }
</style>

background-color css

<style>
 a { background-color: #5AAB7A; }

 a { background-color: rgb(90,171,122); }

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

border-color css

<style>
 span { border-color: #5AAB7A; }

 span { border-color: rgb(90,171,122); }

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