Html Css Color HEX #5AAB7F Ocean Green

📋 copy color: '#5AAB7F'

red 90 ◦ green 171 ◦ blue 127

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

Shades of Ocean Green #5AAB7F

Tints of Ocean Green #5AAB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 23.2%
G = 44.07%
B = 32.73%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#5AAB7F (or 0x5AAB7F) is known color: Ocean Green. HEX triplet: 5A, AB and 7F. RGB value is (90,171,127). Sum of RGB (Red+Green+Blue) = 90+171+127=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAB7F is #A55480. Grayscale: #8D8D8D. Windows color (decimal): -10835073 or 8366938. OLE color: 8366938.

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

Color convert

RGB 90 171 127 -
CMYK 0.47 0 0.26 0.33
HSL 147.41º 0.33% 0.51% -
HSV(B) 147.41º 0.47% 0.67% -
XYZ 22.61 32.83 25.22 -
YUV 141.77 119.66 91.08 -
System Red Green Blue C M Y K H S L
Decimal 90 171 127 0.47 0 0.26 0.33 147.41 0.33 0.51
Hex 5A AB 7F 2F 0 1A 21 93 21 33
Octal 132 253 177 57 0 32 41 223 41 63
Binary 1011010 10101011 1111111 101111 0 11010 100001 10010011 100001 110011

Color Harmonies of #5AAB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAB7F

Black with #5AAB7F

Text Example


Text Example

White with #5AAB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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