Html Css Color HEX #5AAE7B Ocean Green

📋 copy color: '#5AAE7B'

red 90 ◦ green 174 ◦ blue 123

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

Shades of Ocean Green #5AAE7B

Tints of Ocean Green #5AAE7B

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

 BLUE value IS 123 (48.44% from 255) = 31.78%

R = 23.26%
G = 44.96%
B = 31.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#5AAE7B (or 0x5AAE7B) is known color: Ocean Green. HEX triplet: 5A, AE and 7B. RGB value is (90,174,123). Sum of RGB (Red+Green+Blue) = 90+174+123=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAE7B is #A55184. Grayscale: #8F8F8F. Windows color (decimal): -10834309 or 8105562. OLE color: 8105562.

HSL color Cylindrical-coordinate representation of color #5AAE7B: hue angle of 143.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAE7B is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 174 123 -
CMYK 0.48 0 0.29 0.32
HSL 143.57º 0.34% 0.52% -
HSV(B) 143.57º 0.48% 0.68% -
XYZ 22.93 33.88 24.07 -
YUV 143.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 90 174 123 0.48 0 0.29 0.32 143.57 0.34 0.52
Hex 5A AE 7B 30 0 1D 20 90 22 34
Octal 132 256 173 60 0 35 40 220 42 64
Binary 1011010 10101110 1111011 110000 0 11101 100000 10010000 100010 110100

Color Harmonies of #5AAE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAE7B

Black with #5AAE7B

Text Example


Text Example

White with #5AAE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,174,123); }

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

background-color css

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

 a { background-color: rgb(90,174,123); }

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

border-color css

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

 span { border-color: rgb(90,174,123); }

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