Html Css Color HEX #5AB17D Ocean Green

📋 copy color: '#5AB17D'

red 90 ◦ green 177 ◦ blue 125

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

Shades of Ocean Green #5AB17D

Tints of Ocean Green #5AB17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.15%

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

R = 22.96%
G = 45.15%
B = 31.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#5AB17D (or 0x5AB17D) is known color: Ocean Green. HEX triplet: 5A, B1 and 7D. RGB value is (90,177,125). Sum of RGB (Red+Green+Blue) = 90+177+125=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #5AB17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AB17D is #A54E82. Grayscale: #919191. Windows color (decimal): -10833539 or 8237402. OLE color: 8237402.

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

Color convert

RGB 90 177 125 -
CMYK 0.49 0 0.29 0.31
HSL 144.14º 0.36% 0.52% -
HSV(B) 144.14º 0.49% 0.69% -
XYZ 23.64 35.1 24.93 -
YUV 145.06 116.68 88.73 -
System Red Green Blue C M Y K H S L
Decimal 90 177 125 0.49 0 0.29 0.31 144.14 0.36 0.52
Hex 5A B1 7D 31 0 1D 1F 90 24 34
Octal 132 261 175 61 0 35 37 220 44 64
Binary 1011010 10110001 1111101 110001 0 11101 11111 10010000 100100 110100

Color Harmonies of #5AB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB17D

Black with #5AB17D

Text Example


Text Example

White with #5AB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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