#38B4AD

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

Shades of Light Sea Green #38B4AD

Tints of Light Sea Green #38B4AD

Color information

#38B4AD (or 0x38B4AD) is unknown color: approx Light Sea Green. HEX triplet: 38, B4 and AD. RGB value is (56,180,173). Sum of RGB (Red+Green+Blue) = 56+180+173=409 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.69% from 409); Green value is 180 (70.70% from 255 or 44.01% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 180 - color contains mainly: green. Hex color #38B4AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B4AD is #C74B52. Grayscale: #8E8E8E. Windows color (decimal): -13060947 or 11383864. OLE color: 11383864.

HSL color Cylindrical-coordinate representation of color #38B4AD: hue angle of 176.61º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B4AD is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB56180173-
CMYK0.6900.040.29
HSL176.61º52.54%46.27%-
HSV(B)176.61º68.89%70.59%-
XYZ25.4936.545.24-
YUV142.13145.4266.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.69%
GREEN value IS 180 (70.70% from 255) = 44.01%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=13.69%
G=44.01%
B=42.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801730.6900.040.29176.6152.5446.27
Hex38B4AD45041Db1352e
Octal7026425510504352616556
Binary1110001011010010101101100010101001110110110001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,180,173); }

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

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

 a { background-color: rgb(56,180,173); }

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

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

 span { border-color: rgb(56,180,173); }

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