Html Css Color HEX #5AAF7F Ocean Green

📋 copy color: '#5AAF7F'

red 90 ◦ green 175 ◦ blue 127

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

Shades of Ocean Green #5AAF7F

Tints of Ocean Green #5AAF7F

RGB

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

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

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

R = 22.96%
G = 44.64%
B = 32.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#5AAF7F (or 0x5AAF7F) is known color: Ocean Green. HEX triplet: 5A, AF and 7F. RGB value is (90,175,127). Sum of RGB (Red+Green+Blue) = 90+175+127=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF7F is #A55080. Grayscale: #909090. Windows color (decimal): -10834049 or 8367962. OLE color: 8367962.

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

Color convert

RGB 90 175 127 -
CMYK 0.49 0 0.27 0.31
HSL 146.12º 0.35% 0.52% -
HSV(B) 146.12º 0.49% 0.69% -
XYZ 23.38 34.37 25.48 -
YUV 144.11 118.34 89.4 -
System Red Green Blue C M Y K H S L
Decimal 90 175 127 0.49 0 0.27 0.31 146.12 0.35 0.52
Hex 5A AF 7F 31 0 1B 1F 92 23 34
Octal 132 257 177 61 0 33 37 222 43 64
Binary 1011010 10101111 1111111 110001 0 11011 11111 10010010 100011 110100

Color Harmonies of #5AAF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF7F

Black with #5AAF7F

Text Example


Text Example

White with #5AAF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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