#38AEA6

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

Shades of Light Sea Green #38AEA6

Tints of Light Sea Green #38AEA6

Color information

#38AEA6 (or 0x38AEA6) is unknown color: approx Light Sea Green. HEX triplet: 38, AE and A6. RGB value is (56,174,166). Sum of RGB (Red+Green+Blue) = 56+174+166=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 174 (68.36% from 255 or 43.94% from 396); Blue value is 166 (65.23% from 255 or 41.92% from 396); Max value from RGB is 174 - color contains mainly: green. Hex color #38AEA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AEA6 is #C75159. Grayscale: #898989. Windows color (decimal): -13062490 or 10923576. OLE color: 10923576.

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

Color convert

RGB56174166-
CMYK0.6800.050.32
HSL175.93º51.3%45.1%-
HSV(B)175.93º67.82%68.24%-
XYZ23.6533.8741.37-
YUV137.81143.9169.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.14%
GREEN value IS 174 (68.36% from 255) = 43.94%
BLUE value IS 166 (65.23% from 255) = 41.92%
R=14.14%
G=43.94%
B=41.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741660.6800.050.32175.9351.345.1
Hex38AEA6440520b0332d
Octal7025624610405402606355
Binary11100010101110101001101000100010110000010110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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