#38B1AE

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

Shades of Light Sea Green #38B1AE

Tints of Light Sea Green #38B1AE

Color information

#38B1AE (or 0x38B1AE) is unknown color: approx Light Sea Green. HEX triplet: 38, B1 and AE. RGB value is (56,177,174). Sum of RGB (Red+Green+Blue) = 56+177+174=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 177 - color contains mainly: green. Hex color #38B1AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38B1AE is #C74E51. Grayscale: #8C8C8C. Windows color (decimal): -13061714 or 11448632. OLE color: 11448632.

HSL color Cylindrical-coordinate representation of color #38B1AE: hue angle of 178.51º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B1AE is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB56177174-
CMYK0.6800.020.31
HSL178.51º51.93%45.69%-
HSV(B)178.51º68.36%69.41%-
XYZ24.9935.3445.55-
YUV140.48146.9167.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.76%
GREEN value IS 177 (69.53% from 255) = 43.49%
BLUE value IS 174 (68.36% from 255) = 42.75%
R=13.76%
G=43.49%
B=42.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal561771740.6800.020.31178.5151.9345.69
Hex38B1AE44021Fb3342e
Octal7026125610402372636456
Binary111000101100011010111010001000101111110110011110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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