#38AEA0

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

Shades of Light Sea Green #38AEA0

Tints of Light Sea Green #38AEA0

Color information

#38AEA0 (or 0x38AEA0) is unknown color: approx Light Sea Green. HEX triplet: 38, AE and A0. RGB value is (56,174,160). Sum of RGB (Red+Green+Blue) = 56+174+160=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #38AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AEA0 is #C7515F. Grayscale: #898989. Windows color (decimal): -13062496 or 10530360. OLE color: 10530360.

HSL color Cylindrical-coordinate representation of color #38AEA0: hue angle of 172.88º 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 #38AEA0 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.

Color convert

RGB56174160-
CMYK0.6800.080.32
HSL172.88º51.3%45.1%-
HSV(B)172.88º67.82%68.24%-
XYZ23.1133.6538.53-
YUV137.12140.9170.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=14.36%
G=44.62%
B=41.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741600.6800.080.32172.8851.345.1
Hex38AEA0440820ad332d
Octal70256240104010402556355
Binary111000101011101010000010001000100010000010101101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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