#38AAAE

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

Shades of Light Sea Green #38AAAE

Tints of Light Sea Green #38AAAE

Color information

#38AAAE (or 0x38AAAE) is unknown color: approx Light Sea Green. HEX triplet: 38, AA and AE. RGB value is (56,170,174). Sum of RGB (Red+Green+Blue) = 56+170+174=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #38AAAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AAAE is #C75551. Grayscale: #888888. Windows color (decimal): -13063506 or 11446840. OLE color: 11446840.

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

Color convert

RGB56170174-
CMYK0.680.0200.32
HSL182.03º51.3%45.1%-
HSV(B)182.03º67.82%68.24%-
XYZ23.6532.6545.1-
YUV136.37149.2370.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 174 (68.36% from 255) = 43.5%
R=14%
G=42.5%
B=43.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561701740.680.0200.32182.0351.345.1
Hex38AAAE442020b6332d
Octal7025225610420402666355
Binary1110001010101010101110100010010010000010110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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