#38ACA9

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

Shades of Light Sea Green #38ACA9

Tints of Light Sea Green #38ACA9

Color information

#38ACA9 (or 0x38ACA9) is unknown color: approx Light Sea Green. HEX triplet: 38, AC and A9. RGB value is (56,172,169). Sum of RGB (Red+Green+Blue) = 56+172+169=397 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.11% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #38ACA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ACA9 is #C75356. Grayscale: #888888. Windows color (decimal): -13062999 or 11119672. OLE color: 11119672.

HSL color Cylindrical-coordinate representation of color #38ACA9: hue angle of 178.45º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38ACA9 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB56172169-
CMYK0.6700.020.33
HSL178.45º50.88%44.71%-
HSV(B)178.45º67.44%67.45%-
XYZ23.5433.2142.71-
YUV136.97146.0770.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.11%
GREEN value IS 172 (67.58% from 255) = 43.32%
BLUE value IS 169 (66.41% from 255) = 42.57%
R=14.11%
G=43.32%
B=42.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561721690.6700.020.33178.4550.8844.71
Hex38ACA9430221b2332d
Octal7025425110302412626355
Binary1110001010110010101001100001101010000110110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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