#38AEA7

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

Shades of Light Sea Green #38AEA7

Tints of Light Sea Green #38AEA7

Color information

#38AEA7 (or 0x38AEA7) is unknown color: approx Light Sea Green. HEX triplet: 38, AE and A7. RGB value is (56,174,167). Sum of RGB (Red+Green+Blue) = 56+174+167=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #38AEA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AEA7 is #C75158. Grayscale: #898989. Windows color (decimal): -13062489 or 10989112. OLE color: 10989112.

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

Color convert

RGB56174167-
CMYK0.6800.040.32
HSL176.44º51.3%45.1%-
HSV(B)176.44º67.82%68.24%-
XYZ23.7433.941.85-
YUV137.92144.4169.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 167 (65.62% from 255) = 42.07%
R=14.11%
G=43.83%
B=42.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561741670.6800.040.32176.4451.345.1
Hex38AEA7440420b0332d
Octal7025624710404402606355
Binary11100010101110101001111000100010010000010110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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