Html Css Color HEX #5AAF7A Ocean Green

📋 copy color: '#5AAF7A'

red 90 ◦ green 175 ◦ blue 122

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

Shades of Ocean Green #5AAF7A

Tints of Ocean Green #5AAF7A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.22%

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

R = 23.26%
G = 45.22%
B = 31.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#5AAF7A (or 0x5AAF7A) is known color: Ocean Green. HEX triplet: 5A, AF and 7A. RGB value is (90,175,122). Sum of RGB (Red+Green+Blue) = 90+175+122=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF7A is #A55085. Grayscale: #8F8F8F. Windows color (decimal): -10834054 or 8040282. OLE color: 8040282.

HSL color Cylindrical-coordinate representation of color #5AAF7A: hue angle of 142.59º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF7A is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 175 122 -
CMYK 0.49 0 0.30 0.31
HSL 142.59º 0.35% 0.52% -
HSV(B) 142.59º 0.49% 0.69% -
XYZ 23.06 34.24 23.81 -
YUV 143.54 115.84 89.81 -
System Red Green Blue C M Y K H S L
Decimal 90 175 122 0.49 0 0.30 0.31 142.59 0.35 0.52
Hex 5A AF 7A 31 0 1E 1F 8F 23 34
Octal 132 257 172 61 0 36 37 217 43 64
Binary 1011010 10101111 1111010 110001 0 11110 11111 10001111 100011 110100

Color Harmonies of #5AAF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF7A

Black with #5AAF7A

Text Example


Text Example

White with #5AAF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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