#38A9AC

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

Shades of Light Sea Green #38A9AC

Tints of Light Sea Green #38A9AC

Color information

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

HSL color Cylindrical-coordinate representation of color #38A9AC: hue angle of 181.55º 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 #38A9AC is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56169172-
CMYK0.670.0200.33
HSL181.55º50.88%44.71%-
HSV(B)181.55º67.44%67.45%-
XYZ23.2732.244.02-
YUV135.55148.5671.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561691720.670.0200.33181.5550.8844.71
Hex38A9AC432021b6332d
Octal7025125410320412666355
Binary1110001010100110101100100001110010000110110110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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