#38A6A9

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

Shades of Light Sea Green #38A6A9

Tints of Light Sea Green #38A6A9

Color information

#38A6A9 (or 0x38A6A9) is unknown color: approx Light Sea Green. HEX triplet: 38, A6 and A9. RGB value is (56,166,169). Sum of RGB (Red+Green+Blue) = 56+166+169=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 169 (66.41% from 255 or 43.22% from 391); Max value from RGB is 169 - color contains mainly: blue. Hex color #38A6A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A6A9 is #C75956. Grayscale: #858585. Windows color (decimal): -13064535 or 11118136. OLE color: 11118136.

HSL color Cylindrical-coordinate representation of color #38A6A9: hue angle of 181.59º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A6A9 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB56166169-
CMYK0.670.0200.34
HSL181.59º50.22%44.12%-
HSV(B)181.59º66.86%66.27%-
XYZ22.4330.9842.33-
YUV133.45148.0672.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 166 (65.23% from 255) = 42.46%
BLUE value IS 169 (66.41% from 255) = 43.22%
R=14.32%
G=42.46%
B=43.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal561661690.670.0200.34181.5950.2244.12
Hex38A6A9432022b6322c
Octal7024625110320422666254
Binary1110001010011010101001100001110010001010110110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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