#38ABA4

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

Shades of Light Sea Green #38ABA4

Tints of Light Sea Green #38ABA4

Color information

#38ABA4 (or 0x38ABA4) is unknown color: approx Light Sea Green. HEX triplet: 38, AB and A4. RGB value is (56,171,164). Sum of RGB (Red+Green+Blue) = 56+171+164=391 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.32% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #38ABA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38ABA4 is #C7545B. Grayscale: #878787. Windows color (decimal): -13063260 or 10791736. OLE color: 10791736.

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

Color convert

RGB56171164-
CMYK0.6700.040.33
HSL176.35º50.66%44.51%-
HSV(B)176.35º67.25%67.06%-
XYZ22.8932.6540.22-
YUV135.82143.971.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.32%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 164 (64.45% from 255) = 41.94%
R=14.32%
G=43.73%
B=41.94%

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
Decimal561711640.6700.040.33176.3550.6644.51
Hex38ABA4430421b0332d
Octal7025324410304412606355
Binary11100010101011101001001000011010010000110110000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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