#38AAA4

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

Shades of Light Sea Green #38AAA4

Tints of Light Sea Green #38AAA4

Color information

#38AAA4 (or 0x38AAA4) is unknown color: approx Light Sea Green. HEX triplet: 38, AA and A4. RGB value is (56,170,164). Sum of RGB (Red+Green+Blue) = 56+170+164=390 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.36% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #38AAA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38AAA4 is #C7555B. Grayscale: #878787. Windows color (decimal): -13063516 or 10791480. OLE color: 10791480.

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

Color convert

RGB56170164-
CMYK0.6700.040.33
HSL176.84º50.44%44.31%-
HSV(B)176.84º67.06%66.67%-
XYZ22.7132.2740.15-
YUV135.23144.2371.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.36%
GREEN value IS 170 (66.80% from 255) = 43.59%
BLUE value IS 164 (64.45% from 255) = 42.05%
R=14.36%
G=43.59%
B=42.05%

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
Decimal561701640.6700.040.33176.8450.4444.31
Hex38AAA4430421b1322c
Octal7025224410304412616254
Binary11100010101010101001001000011010010000110110001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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