#38AE69

Color #38AE69 Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #38AE69

Tints of Medium Sea Green #38AE69

Color information

#38AE69 (or 0x38AE69) is unknown color: approx Medium Sea Green. HEX triplet: 38, AE and 69. RGB value is (56,174,105). Sum of RGB (Red+Green+Blue) = 56+174+105=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #38AE69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AE69 is #C75196. Grayscale: #838383. Windows color (decimal): -13062551 or 6925880. OLE color: 6925880.

HSL color Cylindrical-coordinate representation of color #38AE69: hue angle of 144.92º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38AE69 is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB56174105-
CMYK0.6800.400.32
HSL144.92º51.3%45.1%-
HSV(B)144.92º67.82%68.24%-
XYZ19.3232.1318.55-
YUV130.85113.4174.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=16.72%
G=51.94%
B=31.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741050.6800.400.32144.9251.345.1
Hex38AE69440282091332d
Octal70256151104050402216355
Binary1110001010111011010011000100010100010000010010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38AE69; }

 p { color: rgb(56,174,105); }

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

<style>
 a { background-color: #38AE69; }

 a { background-color: rgb(56,174,105); }

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

<style>
 span { border-color: #38AE69; }

 span { border-color: rgb(56,174,105); }

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