Html Css Color HEX #5AAB7D Ocean Green

📋 copy color: '#5AAB7D'

red 90 ◦ green 171 ◦ blue 125

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

Shades of Ocean Green #5AAB7D

Tints of Ocean Green #5AAB7D

RGB

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

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

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

R = 23.32%
G = 44.3%
B = 32.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#5AAB7D (or 0x5AAB7D) is known color: Ocean Green. HEX triplet: 5A, AB and 7D. RGB value is (90,171,125). Sum of RGB (Red+Green+Blue) = 90+171+125=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB7D is #A55482. Grayscale: #8D8D8D. Windows color (decimal): -10835075 or 8235866. OLE color: 8235866.

HSL color Cylindrical-coordinate representation of color #5AAB7D: hue angle of 145.93º 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 #5AAB7D is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 171 125 -
CMYK 0.47 0 0.27 0.33
HSL 145.93º 0.33% 0.51% -
HSV(B) 145.93º 0.47% 0.67% -
XYZ 22.48 32.78 24.54 -
YUV 141.54 118.66 91.24 -
System Red Green Blue C M Y K H S L
Decimal 90 171 125 0.47 0 0.27 0.33 145.93 0.33 0.51
Hex 5A AB 7D 2F 0 1B 21 92 21 33
Octal 132 253 175 57 0 33 41 222 41 63
Binary 1011010 10101011 1111101 101111 0 11011 100001 10010010 100001 110011

Color Harmonies of #5AAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB7D

Black with #5AAB7D

Text Example


Text Example

White with #5AAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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