#38B4A0

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

Shades of Light Sea Green #38B4A0

Tints of Light Sea Green #38B4A0

Color information

#38B4A0 (or 0x38B4A0) is unknown color: approx Light Sea Green. HEX triplet: 38, B4 and A0. RGB value is (56,180,160). Sum of RGB (Red+Green+Blue) = 56+180+160=396 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.14% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #38B4A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B4A0 is #C74B5F. Grayscale: #8C8C8C. Windows color (decimal): -13060960 or 10531896. OLE color: 10531896.

HSL color Cylindrical-coordinate representation of color #38B4A0: hue angle of 170.32º 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 #38B4A0 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB56180160-
CMYK0.6900.110.29
HSL170.32º52.54%46.27%-
HSV(B)170.32º68.89%70.59%-
XYZ24.336.0238.93-
YUV140.64138.9267.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.14%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=14.14%
G=45.45%
B=40.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal561801600.6900.110.29170.3252.5446.27
Hex38B4A0450B1Daa352e
Octal70264240105013352526556
Binary11100010110100101000001000101010111110110101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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