#38AEAA

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

Shades of Light Sea Green #38AEAA

Tints of Light Sea Green #38AEAA

Color information

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

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

Color convert

RGB56174170-
CMYK0.6800.020.32
HSL177.97º51.3%45.1%-
HSV(B)177.97º67.82%68.24%-
XYZ24.0234.0243.33-
YUV138.26145.9169.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741700.6800.020.32177.9751.345.1
Hex38AEAA440220b2332d
Octal7025625210402402626355
Binary1110001010111010101010100010001010000010110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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