#38aaa3

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

Shades of Light Sea Green #38AAA3

Tints of Light Sea Green #38AAA3

Color information

#38AAA3 (or 0x38AAA3) is unknown color: approx Light Sea Green. HEX triplet: 38, AA and A3. RGB value is (56,170,163). Sum of RGB (Red+Green+Blue) = 56+170+163=389 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.40% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #38AAA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AAA3 is #C7555C. Grayscale: #878787. Windows color (decimal): -13063517 or 10725944. OLE color: 10725944.

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

Color convert

RGB56170163-
CMYK0.6700.040.33
HSL176.32º50.44%44.31%-
HSV(B)176.32º67.06%66.67%-
XYZ22.6232.2339.68-
YUV135.12143.7371.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.40%
GREEN value IS 170 (66.80% from 255) = 43.70%
BLUE value IS 163 (64.06% from 255) = 41.90%
R=14.40%
G=43.70%
B=41.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561701630.6700.040.33176.3250.4444.31
Hex38AAA3430421b0322c
Octal7025224310304412606254
Binary11100010101010101000111000011010010000110110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38aaa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,170,163); }

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

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

 a { background-color: rgb(56,170,163); }

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

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

 span { border-color: rgb(56,170,163); }

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