Html Css Color HEX #5AB47D Ocean Green

📋 copy color: '#5AB47D'

red 90 ◦ green 180 ◦ blue 125

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

Shades of Ocean Green #5AB47D

Tints of Ocean Green #5AB47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 22.78%
G = 45.57%
B = 31.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#5AB47D (or 0x5AB47D) is known color: Ocean Green. HEX triplet: 5A, B4 and 7D. RGB value is (90,180,125). Sum of RGB (Red+Green+Blue) = 90+180+125=395 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.78% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB47D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB47D is #A54B82. Grayscale: #929292. Windows color (decimal): -10832771 or 8238170. OLE color: 8238170.

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

Color convert

RGB 90 180 125 -
CMYK 0.50 0 0.31 0.29
HSL 143.33º 0.38% 0.53% -
HSV(B) 143.33º 0.5% 0.71% -
XYZ 24.24 36.3 25.13 -
YUV 146.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 90 180 125 0.50 0 0.31 0.29 143.33 0.38 0.53
Hex 5A B4 7D 32 0 1F 1D 8F 26 35
Octal 132 264 175 62 0 37 35 217 46 65
Binary 1011010 10110100 1111101 110010 0 11111 11101 10001111 100110 110101

Color Harmonies of #5AB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB47D

Black with #5AB47D

Text Example


Text Example

White with #5AB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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