#38B7A9

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

Shades of Light Sea Green #38B7A9

Tints of Light Sea Green #38B7A9

Color information

#38B7A9 (or 0x38B7A9) is unknown color: approx Light Sea Green. HEX triplet: 38, B7 and A9. RGB value is (56,183,169). Sum of RGB (Red+Green+Blue) = 56+183+169=408 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.73% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #38B7A9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38B7A9 is #C74856. Grayscale: #8F8F8F. Windows color (decimal): -13060183 or 11122488. OLE color: 11122488.

HSL color Cylindrical-coordinate representation of color #38B7A9: hue angle of 173.39º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B7A9 is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB56183169-
CMYK0.6900.080.28
HSL173.39º53.14%46.86%-
HSV(B)173.39º69.4%71.76%-
XYZ25.7337.5743.43-
YUV143.43142.4265.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.73%
GREEN value IS 183 (71.88% from 255) = 44.85%
BLUE value IS 169 (66.41% from 255) = 41.42%
R=13.73%
G=44.85%
B=41.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal561831690.6900.080.28173.3953.1446.86
Hex38B7A945081Cad352f
Octal70267251105010342556557
Binary11100010110111101010011000101010001110010101101110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,183,169); }

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

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

 a { background-color: rgb(56,183,169); }

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

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

 span { border-color: rgb(56,183,169); }

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