#38AEAC

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

Shades of Light Sea Green #38AEAC

Tints of Light Sea Green #38AEAC

Color information

#38AEAC (or 0x38AEAC) is unknown color: approx Light Sea Green. HEX triplet: 38, AE and AC. RGB value is (56,174,172). Sum of RGB (Red+Green+Blue) = 56+174+172=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #38AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AEAC is #C75153. Grayscale: #8A8A8A. Windows color (decimal): -13062484 or 11316792. OLE color: 11316792.

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

Color convert

RGB56174172-
CMYK0.6800.010.32
HSL178.98º51.3%45.1%-
HSV(B)178.98º67.82%68.24%-
XYZ24.2134.0944.33-
YUV138.49146.9169.16-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.93%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=13.93%
G=43.28%
B=42.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741720.6800.010.32178.9851.345.1
Hex38AEAC440120b3332d
Octal7025625410401402636355
Binary111000101011101010110010001000110000010110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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