#5DA974

Color #5DA974 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #5DA974

Tints of Ocean Green #5DA974

Color information

#5DA974 (or 0x5DA974) is unknown color: approx Ocean Green. HEX triplet: 5D, A9 and 74. RGB value is (93,169,116). Sum of RGB (Red+Green+Blue) = 93+169+116=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA974 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA974 is #A2568B. Grayscale: #8C8C8C. Windows color (decimal): -10638988 or 7645533. OLE color: 7645533.

HSL color Cylindrical-coordinate representation of color #5DA974: hue angle of 138.16º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA974 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB93169116-
CMYK0.4500.310.34
HSL138.16º30.65%51.37%-
HSV(B)138.16º44.97%66.27%-
XYZ21.8531.9621.54-
YUV140.23114.3294.31-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.60%
GREEN value IS 169 (66.41% from 255) = 44.71%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=24.60%
G=44.71%
B=30.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931691160.4500.310.34138.1630.6551.37
Hex5DA9742D01F228a1f33
Octal13525116455037422123763
Binary10111011010100111101001011010111111000101000101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,169,116); }

 H1.HeaderClassName
 {
   color: #5DA974;
 }
 .AnyTagClassName
 {
   color: #5DA974;
 }
</style>
background-color css

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

 a { background-color: rgb(93,169,116); }

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

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

 span { border-color: rgb(93,169,116); }

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