#38B3AB

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

Shades of Light Sea Green #38B3AB

Tints of Light Sea Green #38B3AB

Color information

#38B3AB (or 0x38B3AB) is unknown color: approx Light Sea Green. HEX triplet: 38, B3 and AB. RGB value is (56,179,171). Sum of RGB (Red+Green+Blue) = 56+179+171=406 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.79% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #38B3AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B3AB is #C74C54. Grayscale: #8D8D8D. Windows color (decimal): -13061205 or 11252536. OLE color: 11252536.

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

Color convert

RGB56179171-
CMYK0.6900.040.30
HSL176.1º52.34%46.08%-
HSV(B)176.1º68.72%70.2%-
XYZ25.136.0244.16-
YUV141.31144.7567.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.79%
GREEN value IS 179 (70.31% from 255) = 44.09%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=13.79%
G=44.09%
B=42.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal561791710.6900.040.30176.152.3446.08
Hex38B3AB45041Eb0342e
Octal7026325310504362606456
Binary1110001011001110101011100010101001111010110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,171); }

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

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

 a { background-color: rgb(56,179,171); }

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

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

 span { border-color: rgb(56,179,171); }

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