Html Css Color HEX #5AB47B Ocean Green

📋 copy color: '#5AB47B'

red 90 ◦ green 180 ◦ blue 123

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

Shades of Ocean Green #5AB47B

Tints of Ocean Green #5AB47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.8%

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

R = 22.9%
G = 45.8%
B = 31.3%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#5AB47B (or 0x5AB47B) is known color: Ocean Green. HEX triplet: 5A, B4 and 7B. RGB value is (90,180,123). Sum of RGB (Red+Green+Blue) = 90+180+123=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB47B is #A54B84. Grayscale: #929292. Windows color (decimal): -10832773 or 8107098. OLE color: 8107098.

HSL color Cylindrical-coordinate representation of color #5AB47B: hue angle of 142º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB47B is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 180 123 -
CMYK 0.50 0 0.32 0.29
HSL 142º 0.38% 0.53% -
HSV(B) 142º 0.5% 0.71% -
XYZ 24.11 36.25 24.46 -
YUV 146.59 114.68 87.63 -
System Red Green Blue C M Y K H S L
Decimal 90 180 123 0.50 0 0.32 0.29 142 0.38 0.53
Hex 5A B4 7B 32 0 20 1D 8E 26 35
Octal 132 264 173 62 0 40 35 216 46 65
Binary 1011010 10110100 1111011 110010 0 100000 11101 10001110 100110 110101

Color Harmonies of #5AB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB47B

Black with #5AB47B

Text Example


Text Example

White with #5AB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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